File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ AC_PREREQ([2.59])
5
5
6
6
# Initialize with name, version, and support email address.
7
7
AC_INIT ( [ GFDL FMS Library] ,
8
- [ 2019.01.02 ] ,
8
+ [ 2019.01.03 ] ,
9
9
[ gfdl.climate.model.info@noaa.gov] ,
10
10
[ FMS] ,
11
11
[ https://www.gfdl.noaa.gov/fms] )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ lib_LTLIBRARIES = libFMS.la
9
9
# These linker flags specify libtool version info.
10
10
# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
11
11
# for information regarding incrementing `-version-info`.
12
- libFMS_la_LDFLAGS = -version-info 2:2:1
12
+ libFMS_la_LDFLAGS = -version-info 2:3:0
13
13
14
14
# Add the convenience libraries to the FMS library.
15
15
libFMS_la_LIBADD = ${top_builddir}/platform/libplatform.la
You can’t perform that action at this time.
0 commit comments