Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milianw committed Jul 5, 2017
1 parent 3ab030f commit b379a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ set(CMAKE_CXX_STANDARD 14)
enable_testing()

# Version setup
set(HOTSPOT_VERSION_MAJOR "0")
set(HOTSPOT_VERSION_MAJOR "1")
set(HOTSPOT_VERSION_MINOR "0")
set(HOTSPOT_VERSION_PATCH "80")
set(HOTSPOT_VERSION_PATCH "0")
set(HOTSPOT_VERSION "${HOTSPOT_VERSION_MAJOR}.${HOTSPOT_VERSION_MINOR}.${HOTSPOT_VERSION_PATCH}")
set(HOTSPOT_VERSION_STRING "${HOTSPOT_VERSION}")
set(HOTSPOT_SOVERSION "1.0.0")
Expand Down

0 comments on commit b379a6e

Please # to comment.