Skip to content

Commit af25d98

Browse files
committed
Update the version numbers in CMakeLists
1 parent 603a4e5 commit af25d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ find_package( Threads )
4545
set(CMAKE_VERBOSE_MAKEFILE true)
4646

4747
set(CPPNETLIB_VERSION_MAJOR 0) # MUST bump this whenever we make ABI-incompatible changes
48-
set(CPPNETLIB_VERSION_MINOR 10)
49-
set(CPPNETLIB_VERSION_PATCH 1)
48+
set(CPPNETLIB_VERSION_MINOR 11)
49+
set(CPPNETLIB_VERSION_PATCH 0)
5050
set(CPPNETLIB_VERSION_STRING ${CPPNETLIB_VERSION_MAJOR}.${CPPNETLIB_VERSION_MINOR}.${CPPNETLIB_VERSION_PATCH})
5151

5252
if (CMAKE_BUILD_TYPE MATCHES Debug)

0 commit comments

Comments
 (0)