We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d7fe2 commit 4c4112aCopy full SHA for 4c4112a
CMakeLists.txt
@@ -41,6 +41,6 @@ add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/test")
41
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/examples")
42
43
SET(CPACK_GENERATOR "TGZ")
44
-SET(CPACK_PACKAGE_VERSION "0.9.3")
+SET(CPACK_PACKAGE_VERSION "0.9.5")
45
46
INCLUDE(CPack)
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 0.9.3.{build}
+version: 0.9.5.{build}
2
3
clone_folder: c:\dev\HdrHistogram_c
4
0 commit comments