We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4889efc commit 002efe1Copy full SHA for 002efe1
CMakeLists.txt
@@ -50,7 +50,7 @@ endif ()
50
51
set(apiextractor_MAJOR_VERSION 0)
52
set(apiextractor_MINOR_VERSION 10)
53
-set(apiextractor_MICRO_VERSION 10)
+set(apiextractor_MICRO_VERSION 11)
54
set(apiextractor_VERSION "${apiextractor_MAJOR_VERSION}.${apiextractor_MINOR_VERSION}.${apiextractor_MICRO_VERSION}")
55
configure_file(apiextractorversion.h.in ${CMAKE_CURRENT_BINARY_DIR}/apiextractorversion.h @ONLY)
56
set(apiextractor_SOVERSION ${apiextractor_MAJOR_VERSION}.${apiextractor_MINOR_VERSION})
0 commit comments