diff --git a/CMakeLists.txt b/CMakeLists.txt index 24eb61af..a406e902 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,6 @@ add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/test") add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/examples") SET(CPACK_GENERATOR "TGZ") -SET(CPACK_PACKAGE_VERSION "0.9.3") +SET(CPACK_PACKAGE_VERSION "0.9.5") INCLUDE(CPack) diff --git a/appveyor.yml b/appveyor.yml index a8d57254..4b13133a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.9.3.{build} +version: 0.9.5.{build} clone_folder: c:\dev\HdrHistogram_c