Skip to content

Commit 002efe1

Browse files
Marcelo Lirahugopl
Marcelo Lira
authored andcommitted
Version bump to 0.10.11.
1 parent 4889efc commit 002efe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif ()
5050

5151
set(apiextractor_MAJOR_VERSION 0)
5252
set(apiextractor_MINOR_VERSION 10)
53-
set(apiextractor_MICRO_VERSION 10)
53+
set(apiextractor_MICRO_VERSION 11)
5454
set(apiextractor_VERSION "${apiextractor_MAJOR_VERSION}.${apiextractor_MINOR_VERSION}.${apiextractor_MICRO_VERSION}")
5555
configure_file(apiextractorversion.h.in ${CMAKE_CURRENT_BINARY_DIR}/apiextractorversion.h @ONLY)
5656
set(apiextractor_SOVERSION ${apiextractor_MAJOR_VERSION}.${apiextractor_MINOR_VERSION})

0 commit comments

Comments
 (0)