Skip to content

Commit 53c97bc

Browse files
committed
VERSION bump to version 3.5.1
1 parent 0b5ec3a commit 53c97bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
5858
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
5959
set(LIBNETCONF2_MAJOR_VERSION 3)
6060
set(LIBNETCONF2_MINOR_VERSION 5)
61-
set(LIBNETCONF2_MICRO_VERSION 0)
61+
set(LIBNETCONF2_MICRO_VERSION 1)
6262
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
6363

6464
# Version of the library

0 commit comments

Comments
 (0)