Skip to content

Commit 770048a

Browse files
updated VERSION.txt etc for release of version 5.0.1
1 parent ce86860 commit 770048a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ endif()
5353
####### Set Version number etc
5454
set(VERSION_MAJOR 5)
5555
set(VERSION_MINOR 0)
56-
set(VERSION_PATCH 0)
57-
set(VERSION 050000) # only used in STIRConfig.h.in
56+
set(VERSION_PATCH 1)
57+
set(VERSION 050001) # only used in STIRConfig.h.in
5858

5959
set(STIR_VERSION
6060
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Licensing information for STIR 5.0.0
1+
Licensing information for STIR 5.0.1
22
----------------------------------
33

44
See for more info http://stir.sourceforge.net, section Registration.

0 commit comments

Comments
 (0)