Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Jul 23, 2024
1 parent c773219 commit 979ae3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
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.2.0)
project(jana2 VERSION 2.3.0)

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

Expand Down
20 changes: 4 additions & 16 deletions docs/Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,10 @@ 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.0.3
- [See release on GitHub](https://github.com/JeffersonLab/JANA2/releases/tag/v2.0.3)
- [See online doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.0.3/index.html)
- [Download doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.0.3.tar.gz)

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

### 2.0.1
- This is the first release where all essential functionality is present.
After this point, breaking changes will be tracked.
- [See release on GitHub](https://github.com/JeffersonLab/JANA2/releases/tag/v2.0.1)
- [See online doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.0.1/index.html)
- [Download doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.0.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)
- [Download doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.3.0.tar.gz)

### JANA 1

Expand Down

0 comments on commit 979ae3b

Please sign in to comment.