Skip to content

Commit

Permalink
version 5.1.1
Browse files Browse the repository at this point in the history
just 2 commits related to numerical precision in tests
  • Loading branch information
KrisThielemans committed Aug 26, 2023
1 parent 6a3edcd commit a2f3c18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ endif()
####### Set Version number etc
set(VERSION_MAJOR 5)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION 050100) # only used in STIRConfig.h.in
set(VERSION_PATCH 1)
set(VERSION 050101) # only used in STIRConfig.h.in

set(STIR_VERSION
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.1.1
1 change: 1 addition & 0 deletions documentation/history.htm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h1>History of public releases of the STIR software</h1>
The following links give you a summary what has changed. However,
the ChangeLog is the definite (but tedious) information.
<ul >
<li><a href="release_5.1.htm">version 5.1.1 (dated 26 Augustus 2023)</a></li>
<li><a href="release_5.1.htm">version 5.1.0 (dated 14 Jan 2023)</a></li>
<li><a href="release_5.0.htm">version 5.0.2 (dated 26 May 2022)</a></li>
<li><a href="release_5.0.htm">version 5.0.1 (dated 11 May 2022)</a></li>
Expand Down
1 change: 1 addition & 0 deletions documentation/release_5.1.htm
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ <h2>Overall summary</h2>
<h2>Patch release info</h2>
<ul>
<li> 5.1.0 released 14/01/2023</li>
<li> 5.1.1 released 26/08/2023 (2 fixes for numerical precision in tests)</li>
</ul>

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

0 comments on commit a2f3c18

Please sign in to comment.