Skip to content

Commit fbe47da

Browse files
committed
VERSION bump to version 1.1.76
1 parent 56345fe commit fbe47da

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
@@ -33,7 +33,7 @@ set(CMAKE_C_FLAGS_DEBUG "-g -O0 -DDEBUG")
3333
# Generic version of not only the library. Major version is reserved for really big changes of the project,
3434
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
3535
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
36-
set(NP2SRV_VERSION 1.1.75)
36+
set(NP2SRV_VERSION 1.1.76)
3737

3838
# libyang required SO version
3939
set(LIBYANG_DEP_SOVERSION_MAJOR 1)

0 commit comments

Comments
 (0)