Skip to content

Commit

Permalink
Bump version number to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Jul 30, 2024
1 parent a76d04a commit 143435d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
cmake_policy(SET CMP0074 NEW) # find_package() uses <PackageName>_ROOT implicit hints

project(jana2 VERSION 2.3.0)
project(jana2 VERSION 2.3.1)

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

Expand Down
7 changes: 7 additions & 0 deletions docs/Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ title: JANA: Multi-threaded HENP Event Reconstruction
- [See online doxygen documentation](http://www.jlab.org/JANA/jana_doc_latest/index.html)
- [Download doxygen documentation](http://www.jlab.org/JANA/jana_doc_latest.tar.gz)

### 2.3.1
This release fixes a bug which caused the `janadot` plugin to stop producing output. It also drops support for Podio <= 00-17 by replacing the user-provided `PodioTypeMap` with the built-in `PodioT::collection_type`.

- [See release on GitHub](https://github.com/JeffersonLab/JANA2/releases/tag/v2.3.1)
- [See online doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.3.1/index.html)
- [Download doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.3.1.tar.gz)

### 2.3.0
- [See release on GitHub](https://github.com/JeffersonLab/JANA2/releases/tag/v2.3.0)
- [See online doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.3.0/index.html)
Expand Down

0 comments on commit 143435d

Please sign in to comment.