File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ endif()
5757####### Set Version number etc
5858set (VERSION_MAJOR 5)
5959set (VERSION_MINOR 1)
60- set (VERSION_PATCH 1 )
61- set (VERSION 050101 ) # only used in STIRConfig.h.in
60+ set (VERSION_PATCH 2 )
61+ set (VERSION 050102 ) # only used in STIRConfig.h.in
6262
6363set (STIR_VERSION
6464 ${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} )
Original file line number Diff line number Diff line change 1- 5.1.1
1+ 5.1.2
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ <h2>Patch release info</h2>
4242< ul >
4343 < li > 5.1.0 released 14/01/2023</ li >
4444 < li > 5.1.1 released 26/08/2023 (2 fixes for numerical precision in tests)</ li >
45+ < li > 5.1.2 released 10/09/2023 (1 fix for numerical precision in tests)</ li >
4546</ ul >
4647
4748< h2 > Summary for end users (also to be read by developers)</ h2 >
You can’t perform that action at this time.
0 commit comments