Skip to content

Commit a52762b

Browse files
committed
VERSION bump to version 2.0.88
1 parent 32b78cf commit a52762b

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
@@ -62,7 +62,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
6262
# set version of the project
6363
set(LIBYANG_MAJOR_VERSION 2)
6464
set(LIBYANG_MINOR_VERSION 0)
65-
set(LIBYANG_MICRO_VERSION 87)
65+
set(LIBYANG_MICRO_VERSION 88)
6666
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
6767
# set version of the library
6868
set(LIBYANG_MAJOR_SOVERSION 2)

0 commit comments

Comments
 (0)