Skip to content

Commit

Permalink
VERSIOn bump to version 1.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jun 2, 2020
1 parent edd8c27 commit 58ef149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(CMAKE_C_FLAGS_DEBUG "-g -O0 -DDEBUG")
# Generic version of not only the library. Major version is reserved for really big changes of the project,
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
set(NP2SRV_VERSION 1.1.33)
set(NP2SRV_VERSION 1.1.34)

# build options
if(CMAKE_BUILD_TYPE STREQUAL debug)
Expand Down

0 comments on commit 58ef149

Please sign in to comment.