Skip to content

Commit

Permalink
Update revisions for 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Jun 16, 2019
1 parent bbaa724 commit 50f1305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project("hdr_histogram")

set(HDR_SOVERSION_CURRENT 3)
set(HDR_SOVERSION_AGE 1)
set(HDR_SOVERSION_REVISION 1)
set(HDR_SOVERSION_REVISION 2)

set(HDR_VERSION ${HDR_SOVERSION_CURRENT}.${HDR_SOVERSION_AGE}.${HDR_SOVERSION_REVISION})
set(HDR_SOVERSION ${HDR_SOVERSION_CURRENT})
Expand Down Expand Up @@ -46,6 +46,6 @@ if(HDR_HISTOGRAM_BUILD_PROGRAMS)
endif(HDR_HISTOGRAM_BUILD_PROGRAMS)

SET(CPACK_GENERATOR "TGZ")
SET(CPACK_PACKAGE_VERSION "0.9.9")
SET(CPACK_PACKAGE_VERSION "0.9.11")

INCLUDE(CPack)
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.9.9.{build}
version: 0.9.11.{build}

platform:
- Win32
Expand Down

0 comments on commit 50f1305

Please sign in to comment.