From 8593e5c4b5981809aa07c032ca24885583717842 Mon Sep 17 00:00:00 2001 From: Seth Underwood Date: Tue, 26 Nov 2019 14:52:17 -0500 Subject: [PATCH] Updated release version in configure.ac --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f6a90c212..37405d71a0 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,11 @@ AC_PREREQ([2.59]) # Initialize with name, version, and support email address. -AC_INIT([FMS], [2.0-development], []) +AC_INIT([GFDL FMS Library], + [2019.01], + [gfdl.climate.model.info@noaa.gov], + [FMS], + [https://www.gfdl.noaa.gov/fms]) # Find out about the host we're building on. AC_CANONICAL_HOST