diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d21d92f46..d06ded142f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,8 +60,8 @@ ENDIF() ####### Set Version number etc set(VERSION_MAJOR 6) set(VERSION_MINOR 3) -set(VERSION_PATCH 0) -set(VERSION 060300) # only used in STIRConfig.h.in and swig/CMakeLists.txt +set(VERSION_PATCH 1) +set(VERSION 060301) # only used in STIRConfig.h.in and swig/CMakeLists.txt set(STIR_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) diff --git a/documentation/release_6.3.htm b/documentation/release_6.3.htm index 98c195595c..ff14e76feb 100644 --- a/documentation/release_6.3.htm +++ b/documentation/release_6.3.htm @@ -60,6 +60,10 @@