Skip to content

Commit 4e6e686

Browse files
committed
Bump version after release
Next version from the master branch will be 1.4.0.
1 parent 7acd34f commit 4e6e686

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
@@ -10,7 +10,7 @@ endif()
1010

1111
project("openscap")
1212
set(OPENSCAP_VERSION_MAJOR "1")
13-
set(OPENSCAP_VERSION_MINOR "3")
13+
set(OPENSCAP_VERSION_MINOR "4")
1414
set(OPENSCAP_VERSION_PATCH "0")
1515

1616
if(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.0
2-
previous_version=1.3.0_alpha2
1+
version=1.4.0
2+
previous_version=1.3.0
33
latest_fedora=30
44
latest_rhel=7
55

0 commit comments

Comments
 (0)