Skip to content

Commit

Permalink
feat(version): bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
precla committed Jan 23, 2025
1 parent 6754cab commit 234cc61
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 @@ -18,7 +18,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules")

set(SYSREPO_PLUGINS_MAJOR_VERSION 0)
set(SYSREPO_PLUGINS_MINOR_VERSION 1)
set(SYSREPO_PLUGINS_MICRO_VERSION 2)
set(SYSREPO_PLUGINS_MICRO_VERSION 3)
set(SYSREPO_PLUGINS_VERSION ${SYSREPO_PLUGINS_MAJOR_VERSION}.${SYSREPO_PLUGINS_MINOR_VERSION}.${SYSREPO_PLUGINS_MICRO_VERSION})

option(BUILD_SYSTEM_PLUGIN "Build the ietf-system-plugin" ON)
Expand Down

0 comments on commit 234cc61

Please sign in to comment.