Skip to content

Commit 07116d5

Browse files
committed
Version bump after release.
Next release from the maint-1.3 branch will be 1.3.3
1 parent 4513803 commit 07116d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif()
1111
project("openscap")
1212
set(OPENSCAP_VERSION_MAJOR "1")
1313
set(OPENSCAP_VERSION_MINOR "3")
14-
set(OPENSCAP_VERSION_PATCH "2")
14+
set(OPENSCAP_VERSION_PATCH "3")
1515

1616
if(OPENSCAP_VERSION_SUFFIX)
1717
set(OPENSCAP_VERSION "${OPENSCAP_VERSION_MAJOR}.${OPENSCAP_VERSION_MINOR}.${OPENSCAP_VERSION_PATCH}_${OPENSCAP_VERSION_SUFFIX}")

release_tools/versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=1.3.2
2-
previous_version=1.3.1
1+
version=1.3.3
2+
previous_version=1.3.2
33
latest_fedora=31
44
latest_rhel=8
55

0 commit comments

Comments
 (0)