From d4be808be7bd890ddf26ba5efaceb5a83d56d18f Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sat, 28 Jul 2012 20:40:59 -0400 Subject: [PATCH] Incremented release number in constants module. --- src/constants.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.F90 b/src/constants.F90 index 3c814db695..91a87c037f 100644 --- a/src/constants.F90 +++ b/src/constants.F90 @@ -7,7 +7,7 @@ module constants integer, parameter :: VERSION_MAJOR = 0 integer, parameter :: VERSION_MINOR = 4 - integer, parameter :: VERSION_RELEASE = 1 + integer, parameter :: VERSION_RELEASE = 3 ! ============================================================================ ! ADJUSTABLE PARAMETERS