Skip to content

Commit f61416f

Browse files
Merge pull request NOAA-GFDL#529 from NOAA-GFDL/2019.01.03-release-in-progress
Update version numbers for 2019.01.03 release
2 parents 83a8dcb + 4eab9e6 commit f61416f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_PREREQ([2.59])
55

66
# Initialize with name, version, and support email address.
77
AC_INIT([GFDL FMS Library],
8-
[2019.01.02],
8+
[2019.01.03],
99
[gfdl.climate.model.info@noaa.gov],
1010
[FMS],
1111
[https://www.gfdl.noaa.gov/fms])

libFMS/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lib_LTLIBRARIES = libFMS.la
99
# These linker flags specify libtool version info.
1010
# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
1111
# for information regarding incrementing `-version-info`.
12-
libFMS_la_LDFLAGS = -version-info 2:2:1
12+
libFMS_la_LDFLAGS = -version-info 2:3:0
1313

1414
# Add the convenience libraries to the FMS library.
1515
libFMS_la_LIBADD = ${top_builddir}/platform/libplatform.la

0 commit comments

Comments
 (0)