Skip to content

Commit

Permalink
v4.0.2411 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abouteiller committed Nov 19, 2024
1 parent 552fb12 commit cdb2e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ include(GNUInstallDirs)
set (PARSEC_VERSION_MAJOR 4)
set (PARSEC_VERSION_MINOR 0)
set (PARSEC_VERSION_RELEASE 0) # Devel master have no release number
#set (PARSEC_VERSION_RELEASE 2012) # Set and uncomment for a release
set (PARSEC_VERSION_RELEASE 2411) # Set and uncomment for a release

# Set the following values for a release
#set(GIT_COMMIT_TAG vYY.MM)
set(GIT_COMMIT_TAG v24.11)

# Configure the installation paths
set(PARSEC_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR})
Expand Down

0 comments on commit cdb2e7f

Please sign in to comment.