Skip to content

Commit

Permalink
release 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Sep 11, 2023
1 parent 659b78c commit 61842b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -57,8 +57,8 @@ endif()
####### Set Version number etc
set(VERSION_MAJOR 5)
set(VERSION_MINOR 1)
set(VERSION_PATCH 1)
set(VERSION 050101) # only used in STIRConfig.h.in
set(VERSION_PATCH 2)
set(VERSION 050102) # 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
@@ -1 +1 @@
5.1.1
5.1.2
1 change: 1 addition & 0 deletions documentation/release_5.1.htm
Expand Up @@ -42,6 +42,7 @@ <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>
<li> 5.1.2 released 10/09/2023 (1 fix 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 61842b2

Please sign in to comment.