From a9cb92a0af37444fbe3d7316783d2d9de72059a4 Mon Sep 17 00:00:00 2001 From: "Kris Thielemans@ucl.ac.uk" Date: Sun, 26 Apr 2026 19:34:50 +0100 Subject: [PATCH] release 6.3.1 Please enter the commit message for your changes. Lines starting --- CMakeLists.txt | 4 ++-- documentation/release_6.3.htm | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d21d92f46..d06ded142f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,8 +60,8 @@ ENDIF() ####### Set Version number etc set(VERSION_MAJOR 6) set(VERSION_MINOR 3) -set(VERSION_PATCH 0) -set(VERSION 060300) # only used in STIRConfig.h.in and swig/CMakeLists.txt +set(VERSION_PATCH 1) +set(VERSION 060301) # only used in STIRConfig.h.in and swig/CMakeLists.txt set(STIR_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) diff --git a/documentation/release_6.3.htm b/documentation/release_6.3.htm index 98c195595c..ff14e76feb 100644 --- a/documentation/release_6.3.htm +++ b/documentation/release_6.3.htm @@ -60,6 +60,10 @@

Patch release info

6.3.0 released 31/10/2025
GitHub Milestone 6.3 +
  • + 6.3.1 released 26/04/2026
    + Fix a small compilation problem +
  • Summary for end users (also to be read by developers)