Skip to content

Commit

Permalink
Version bump after release
Browse files Browse the repository at this point in the history
Next release from the maint-1.3 branch will be 1.3.12
  • Loading branch information
jan-cerny committed Feb 10, 2025
1 parent 7403b29 commit 0e2f9f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()
project("openscap")
set(OPENSCAP_VERSION_MAJOR "1")
set(OPENSCAP_VERSION_MINOR "3")
set(OPENSCAP_VERSION_PATCH "11")
set(OPENSCAP_VERSION_PATCH "12")

if(OPENSCAP_VERSION_SUFFIX)
set(OPENSCAP_VERSION "${OPENSCAP_VERSION_MAJOR}.${OPENSCAP_VERSION_MINOR}.${OPENSCAP_VERSION_PATCH}_${OPENSCAP_VERSION_SUFFIX}")
Expand Down
4 changes: 2 additions & 2 deletions release_tools/versions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.3.11
previous_version=1.3.10
version=1.3.12
previous_version=1.3.11

version_major_minor="${version%.*}"

0 comments on commit 0e2f9f5

Please sign in to comment.