Skip to content

Commit

Permalink
V2.5 release candidate (#38)
Browse files Browse the repository at this point in the history
* add release notes, update version

* Update release.notes

---------

Co-authored-by: tevans <[email protected]>
  • Loading branch information
tevans1260 and tevans authored Dec 14, 2024
1 parent 5698971 commit 011fb7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
endif()

project(AmpGen LANGUAGES CXX VERSION 2.4)
project(AmpGen LANGUAGES CXX VERSION 2.5)

set(AMPGEN_CXX ${CMAKE_CXX_COMPILER} CACHE FILEPATH "This should be the path to compiler (use which c++ for macOS)" )

Expand Down
3 changes: 2 additions & 1 deletion doc/release.notes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
!=================== AmpGen v2r5 2023-05-12 ==================
!=================== AmpGen v2r5 2024-12-14 ==================
- New python bindings and model integration tests
- New application [OptionsFromFitResult] to generate new options file from previous fit
- Fixes to debugger for SIMD builds
- Fixes to threading for some builds (OSX, containers)
Expand Down

0 comments on commit 011fb7f

Please sign in to comment.