Skip to content

Commit 4c4112a

Browse files
committed
Set build version to 0.9.5
1 parent 38d7fe2 commit 4c4112a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/test")
4141
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/examples")
4242

4343
SET(CPACK_GENERATOR "TGZ")
44-
SET(CPACK_PACKAGE_VERSION "0.9.3")
44+
SET(CPACK_PACKAGE_VERSION "0.9.5")
4545

4646
INCLUDE(CPack)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.9.3.{build}
1+
version: 0.9.5.{build}
22

33
clone_folder: c:\dev\HdrHistogram_c
44

0 commit comments

Comments
 (0)