Skip to content

Commit 47a91e3

Browse files
committed
VERSION bump to version 1.1.7
1 parent ca59341 commit 47a91e3

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
@@ -46,7 +46,7 @@ set(CMAKE_C_FLAGS_PACKAGE "-g -O2 -DNDEBUG")
4646
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
4747
set(LIBNETCONF2_MAJOR_VERSION 1)
4848
set(LIBNETCONF2_MINOR_VERSION 1)
49-
set(LIBNETCONF2_MICRO_VERSION 6)
49+
set(LIBNETCONF2_MICRO_VERSION 7)
5050
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
5151

5252
# Version of the library

0 commit comments

Comments
 (0)