Skip to content

Commit

Permalink
Merge pull request #314 from underwoo/2020.01_release_final
Browse files Browse the repository at this point in the history
Final Merge before Release -- Modify GNU autotools files for 2020.01 release
  • Loading branch information
colingladueNOAA authored Mar 13, 2020
2 parents 4a7a7c1 + 58c28e4 commit 429085c
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 @@ -6,7 +6,7 @@ AC_PREREQ([2.59])

# Initialize with name, version, and support email address.
AC_INIT([GFDL FMS Library],
[2020.01-dev],
[2020.01],
[[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:0:0
libFMS_la_LDFLAGS = -version-info 3:0:0

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

0 comments on commit 429085c

Please sign in to comment.