Skip to content

Commit 6e75408

Browse files
committed
Version bump after release
Next release from the main branch will be 1.4.3
1 parent e9b2a41 commit 6e75408

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 "4")
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,4 +1,4 @@
1-
version=1.4.2
2-
previous_version=1.4.1
1+
version=1.4.3
2+
previous_version=1.4.2
33

44
version_major_minor="${version%.*}"

0 commit comments

Comments
 (0)