diff --git a/CMakeLists.txt b/CMakeLists.txt index e67e70ca352cc2ec699185ac5170c95b5c85532e..e20aabee40992000134a38517794316b49f40ec6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if(STANDALONE AND NOT DEFINED CMAKE_TOOLCHAIN_FILE AND DEFINED ENV{CMAKE_TOOLCHA set(CMAKE_TOOLCHAIN_FILE $ENV{CMAKE_TOOLCHAIN_FILE}) endif() -project(Allen VERSION 6.8 +project(Allen VERSION 6.8.1 LANGUAGES C CXX) # --------------- diff --git a/ReleaseNotes/v6r8p1.md b/ReleaseNotes/v6r8p1.md new file mode 100644 index 0000000000000000000000000000000000000000..62f858ce7c7c78f6ac164a233dfb609f26cbb633 --- /dev/null +++ b/ReleaseNotes/v6r8p1.md @@ -0,0 +1,36 @@ +2025-07-19 Allen v6r8p1 +=== + +This version uses +Rec [v38r8p1](../../../../Rec/-/tags/v38r8p1), +Lbcom [v37r8](../../../../Lbcom/-/tags/v37r8), +LHCb [v57r8](../../../../LHCb/-/tags/v57r8), +Detector [v3r3p2](../../../../Detector/-/tags/v3r3p2), +Gaudi [v39r4](../../../../Gaudi/-/tags/v39r4) and +LCG [106c](http://lcginfo.cern.ch/release/106c/) with ROOT 6.32.10. + +This version is released on the `2025-patches` branch. +Built relative to Allen [v6r8](/../../tags/v6r8), with the following changes: + +### New features ~"new feature" + + + +### Fixes ~"bug fix" ~workaround + + + +### Enhancements ~enhancement + + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + + + +### Documentation ~Documentation + + +### Other + +- Sequences cleanup, !1893 (@samarian)