blob: 9e39c00f482c1ba78ba2cc8cf0900fba8a14daf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --color -uraBN MUMPS_5.7.3_OLD/Makefile MUMPS_5.7.3/Makefile
--- MUMPS_5.7.3_OLD/Makefile 2024-07-15 06:44:21.000000000 -0500
+++ MUMPS_5.7.3/Makefile 2024-07-20 11:48:26.204825640 -0500
@@ -2,6 +2,8 @@
# This file is part of MUMPS 5.7.3, released
# on Mon Jul 15 11:44:21 UTC 2024
#
+export VERSION = 5.7.3
+export SOVERSION = 5.7
topdir = .
libdir = $(topdir)/lib
|