Skip to content

Commit 39a2599

Browse files
committed
VERSION bump to version 2.0.1
1 parent de443ba commit 39a2599

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
@@ -54,7 +54,7 @@ endif()
5454
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
5555
set(LIBNETCONF2_MAJOR_VERSION 2)
5656
set(LIBNETCONF2_MINOR_VERSION 0)
57-
set(LIBNETCONF2_MICRO_VERSION 0)
57+
set(LIBNETCONF2_MICRO_VERSION 1)
5858
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
5959

6060
# Version of the library

0 commit comments

Comments
 (0)