Skip to content

Commit 4601fc9

Browse files
committed
VERSION bump to version 2.2.5
1 parent 05359e1 commit 4601fc9

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
@@ -60,7 +60,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
6060
# set version of the project
6161
set(LIBYANG_MAJOR_VERSION 2)
6262
set(LIBYANG_MINOR_VERSION 2)
63-
set(LIBYANG_MICRO_VERSION 4)
63+
set(LIBYANG_MICRO_VERSION 5)
6464
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
6565
# set version of the library
6666
set(LIBYANG_MAJOR_SOVERSION 3)

0 commit comments

Comments
 (0)