File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ endif()
57
57
####### Set Version number etc
58
58
set (VERSION_MAJOR 5 )
59
59
set (VERSION_MINOR 1 )
60
- set (VERSION_PATCH 0 )
61
- set (VERSION 050100 ) # only used in STIRConfig.h.in
60
+ set (VERSION_PATCH 1 )
61
+ set (VERSION 050101 ) # only used in STIRConfig.h.in
62
62
63
63
set (STIR_VERSION
64
64
${VERSION_MAJOR} .${VERSION_MINOR}.${VERSION_PATCH} )
Original file line number Diff line number Diff line change 1
- 5.1.0
1
+ 5.1.1
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ <h1>History of public releases of the STIR software</h1>
11
11
The following links give you a summary what has changed. However,
12
12
the ChangeLog is the definite (but tedious) information.
13
13
< ul >
14
+ < li > < a href ="release_5.1.htm "> version 5.1.1 (dated 26 Augustus 2023)</ a > </ li >
14
15
< li > < a href ="release_5.1.htm "> version 5.1.0 (dated 14 Jan 2023)</ a > </ li >
15
16
< li > < a href ="release_5.0.htm "> version 5.0.2 (dated 26 May 2022)</ a > </ li >
16
17
< li > < a href ="release_5.0.htm "> version 5.0.1 (dated 11 May 2022)</ a > </ li >
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ <h2>Overall summary</h2>
41
41
< h2 > Patch release info</ h2 >
42
42
< ul >
43
43
< li > 5.1.0 released 14/01/2023</ li >
44
+ < li > 5.1.1 released 26/08/2023 (2 fixes for numerical precision in tests)</ li >
44
45
</ ul >
45
46
46
47
< h2 > Summary for end users (also to be read by developers)</ h2 >
You can’t perform that action at this time.
0 commit comments