Skip to content

Commit

Permalink
VERSION bump ot version 3.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jan 9, 2025
1 parent 75402ae commit ef93a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
set(SYSREPO_MAJOR_VERSION 3)
set(SYSREPO_MINOR_VERSION 3)
set(SYSREPO_MICRO_VERSION 9)
set(SYSREPO_MICRO_VERSION 10)
set(SYSREPO_VERSION ${SYSREPO_MAJOR_VERSION}.${SYSREPO_MINOR_VERSION}.${SYSREPO_MICRO_VERSION})

# Version of the library
Expand Down

0 comments on commit ef93a12

Please sign in to comment.