From cc51e1f14a0ac4b8c0b7a9b5da718b71a6504607 Mon Sep 17 00:00:00 2001 From: Ryan Mulhall Date: Fri, 14 Jun 2024 13:58:00 -0400 Subject: [PATCH] chore: append -dev to version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ca1fc4969..3abdcc011 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ([2.69]) # Initialize with name, version, and support email address. AC_INIT([GFDL FMS Library], - [2024.01.02], + [2024.01.02-dev], [gfdl.climate.model.info@noaa.gov], [FMS], [https://www.github.com/NOAA-GFDL/FMS])