Skip to content

Commit

Permalink
Version bump after release
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Jan 8, 2025
1 parent 23a8ea3 commit 829598a
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 "4")
set(OPENSCAP_VERSION_PATCH "1")
set(OPENSCAP_VERSION_PATCH "2")

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.4.1
previous_version=1.4.0
version=1.4.2
previous_version=1.4.1

version_major_minor="${version%.*}"

0 comments on commit 829598a

Please sign in to comment.