From 4fad1a031efc207b062995588e4075022d8f3edd Mon Sep 17 00:00:00 2001 From: David A Minton Date: Fri, 15 Sep 2023 09:20:10 -0400 Subject: [PATCH] Updated version file --- src/globals/globals_module.f90 | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/globals/globals_module.f90 b/src/globals/globals_module.f90 index 85a0e9fc6..d826bbb1c 100644 --- a/src/globals/globals_module.f90 +++ b/src/globals/globals_module.f90 @@ -48,7 +48,7 @@ module globals integer(I4B), parameter :: UPPERCASE_OFFSET = iachar('A') - iachar('a') !! ASCII character set parameter for lower to upper !! conversion - offset between upper and lower - character(*), parameter :: VERSION = "2023.9.2" !! Swiftest version + character(*), parameter :: VERSION = "2023.9.3" !! Swiftest version !> Symbolic name for integrator types character(*), parameter :: UNKNOWN_INTEGRATOR = "UKNOWN INTEGRATOR" diff --git a/version.txt b/version.txt index 475fd623d..bb764935a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2023.9.2 \ No newline at end of file +2023.9.3 \ No newline at end of file