Skip to content

Commit 7250c57

Browse files
committed
VERSION bump to version 2.0.18
1 parent a678ed5 commit 7250c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ endif()
5555
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
5656
set(LIBNETCONF2_MAJOR_VERSION 2)
5757
set(LIBNETCONF2_MINOR_VERSION 0)
58-
set(LIBNETCONF2_MICRO_VERSION 17)
58+
set(LIBNETCONF2_MICRO_VERSION 18)
5959
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
6060

6161
# Version of the library

0 commit comments

Comments
 (0)