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 Aug 13, 2024
1 parent a01b5d6 commit 6fa023c
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 "0")
set(OPENSCAP_VERSION_PATCH "1")

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.0
previous_version=1.3.10
version=1.4.1
previous_version=1.4.0

version_major_minor="${version%.*}"

0 comments on commit 6fa023c

Please sign in to comment.