Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaveaux committed Aug 24, 2024
1 parent 38adf5e commit c3f4ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/MCRL2Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#

# Package maintainers may set the variable below to issue a new release.
set(MCRL2_MAJOR_VERSION "202407.0")
set(MCRL2_MAJOR_VERSION "202407.1")
string(SUBSTRING ${MCRL2_MAJOR_VERSION} 0 4 MCRL2_COPYRIGHT_YEAR)

option(MCRL2_PACKAGE_RELEASE "Include release version information. This discards Git commit information and only uses the MCRL2_MAJOR_VERSION CMake variable." FALSE)
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_release/make_release
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# every failed upload attempt the version number needs to be updated.

MCRL2_RELEASE_BRANCH="release-202407"
MCRL2_VERSION="202407.0"
MCRL2_VERSION="202407.1"
UBUNTU_VERSION="1ubuntu1ppa1"
DEBEMAIL="m.laveaux@tue.nl"
DEBFULLNAME="Maurice Laveaux"
Expand Down

0 comments on commit c3f4ebe

Please sign in to comment.