Skip to content

Commit e4f4599

Browse files
committed
Bump version after release
Next version from maint-1.3 branch will be 1.3.2.
1 parent 3a4c635 commit e4f4599

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 "1")
14+
set(OPENSCAP_VERSION_PATCH "2")
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.1
2-
previous_version=1.3.0
1+
version=1.3.2
2+
previous_version=1.3.1
33
latest_fedora=31
44
latest_rhel=8
55

0 commit comments

Comments
 (0)