From c2e6fda374643949f2a3a5af7fc3a9741ad531d4 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 19 Mar 2012 12:46:53 -0400 Subject: [PATCH] Incremented version number to 0.4.1. --- src/constants.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.F90 b/src/constants.F90 index 67e7877467..c54d7afe44 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 = 0 + integer, parameter :: VERSION_RELEASE = 1 ! ============================================================================ ! ADJUSTABLE PARAMETERS