Skip to content

Commit

Permalink
Merge pull request #529 from NOAA-GFDL/2019.01.03-release-in-progress
Browse files Browse the repository at this point in the history
Update version numbers for 2019.01.03 release
  • Loading branch information
colingladueNOAA authored Jul 17, 2020
2 parents 83a8dcb + 4eab9e6 commit f61416f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AC_PREREQ([2.59])

# Initialize with name, version, and support email address.
AC_INIT([GFDL FMS Library],
[2019.01.02],
[2019.01.03],
[[email protected]],
[FMS],
[https://www.gfdl.noaa.gov/fms])
Expand Down
2 changes: 1 addition & 1 deletion libFMS/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lib_LTLIBRARIES = libFMS.la
# These linker flags specify libtool version info.
# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
# for information regarding incrementing `-version-info`.
libFMS_la_LDFLAGS = -version-info 2:2:1
libFMS_la_LDFLAGS = -version-info 2:3:0

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

0 comments on commit f61416f

Please sign in to comment.