We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce86860 commit 770048aCopy full SHA for 770048a
CMakeLists.txt
@@ -53,8 +53,8 @@ endif()
53
####### Set Version number etc
54
set(VERSION_MAJOR 5)
55
set(VERSION_MINOR 0)
56
-set(VERSION_PATCH 0)
57
-set(VERSION 050000) # only used in STIRConfig.h.in
+set(VERSION_PATCH 1)
+set(VERSION 050001) # only used in STIRConfig.h.in
58
59
set(STIR_VERSION
60
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Licensing information for STIR 5.0.0
+Licensing information for STIR 5.0.1
2
----------------------------------
3
4
See for more info http://stir.sourceforge.net, section Registration.
0 commit comments