Skip to content

Commit

Permalink
Bump versions after 1.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyz committed May 3, 2020
1 parent 0cb55c5 commit 0e4d44c
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 "3")
set(OPENSCAP_VERSION_PATCH "4")

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,5 +1,5 @@
version=1.3.3
previous_version=1.3.2
version=1.3.4
previous_version=1.3.3
latest_fedora=32
latest_rhel=8

Expand Down

0 comments on commit 0e4d44c

Please sign in to comment.