Skip to content

Commit ef93a12

Browse files
committed
VERSION bump ot version 3.3.10
1 parent 75402ae commit ef93a12

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
@@ -54,7 +54,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
5454
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
5555
set(SYSREPO_MAJOR_VERSION 3)
5656
set(SYSREPO_MINOR_VERSION 3)
57-
set(SYSREPO_MICRO_VERSION 9)
57+
set(SYSREPO_MICRO_VERSION 10)
5858
set(SYSREPO_VERSION ${SYSREPO_MAJOR_VERSION}.${SYSREPO_MINOR_VERSION}.${SYSREPO_MICRO_VERSION})
5959

6060
# Version of the library

0 commit comments

Comments
 (0)