Skip to content

Commit a2f3c18

Browse files
version 5.1.1
just 2 commits related to numerical precision in tests
1 parent 6a3edcd commit a2f3c18

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ endif()
5757
####### Set Version number etc
5858
set(VERSION_MAJOR 5)
5959
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
6262

6363
set(STIR_VERSION
6464
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.1.1

documentation/history.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ <h1>History of public releases of the STIR software</h1>
1111
The following links give you a summary what has changed. However,
1212
the ChangeLog is the definite (but tedious) information.
1313
<ul >
14+
<li><a href="release_5.1.htm">version 5.1.1 (dated 26 Augustus 2023)</a></li>
1415
<li><a href="release_5.1.htm">version 5.1.0 (dated 14 Jan 2023)</a></li>
1516
<li><a href="release_5.0.htm">version 5.0.2 (dated 26 May 2022)</a></li>
1617
<li><a href="release_5.0.htm">version 5.0.1 (dated 11 May 2022)</a></li>

documentation/release_5.1.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ <h2>Overall summary</h2>
4141
<h2>Patch release info</h2>
4242
<ul>
4343
<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>
4445
</ul>
4546

4647
<h2> Summary for end users (also to be read by developers)</h2>

0 commit comments

Comments
 (0)