Skip to content

Commit 4e7efaf

Browse files
committed
Update CMake version number and docs
1 parent fad4fac commit 4e7efaf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22
cmake_policy(SET CMP0074 NEW) # find_package() uses <PackageName>_ROOT implicit hints
33

4-
project(jana2 VERSION 2026.01.00)
4+
project(jana2 VERSION 2026.01.01)
55

66
set(CMAKE_POSITION_INDEPENDENT_CODE ON) # Enable -fPIC for all targets
77

docs/Download.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
- [See online documentation](https://jeffersonlab.github.io/JANA2/)
1212
- [See online doxygen documentation](https://jeffersonlab.github.io/JANA2/refcpp/)
1313

14+
### 2026.01.01
15+
16+
This patch release fixes a segfault in `JEvent::GetCollection` when responding to an exception.
17+
1418
### 2026.01.00
1519

1620
This release brings a couple of exciting new features along with some important bugfixes. The big JFactory/JDatabundle refactoring is

0 commit comments

Comments
 (0)