Skip to content

Commit 106f6e0

Browse files
committed
VERSION bump to version 4.2.9
1 parent 4ee9384 commit 106f6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
5555
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
5656
set(SYSREPO_MAJOR_VERSION 4)
5757
set(SYSREPO_MINOR_VERSION 2)
58-
set(SYSREPO_MICRO_VERSION 8)
58+
set(SYSREPO_MICRO_VERSION 9)
5959
set(SYSREPO_VERSION ${SYSREPO_MAJOR_VERSION}.${SYSREPO_MINOR_VERSION}.${SYSREPO_MICRO_VERSION})
6060

6161
# Version of the library

0 commit comments

Comments
 (0)