Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed Aug 29, 2017
1 parent e84f445 commit 3ead405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ endif()
#
# Version information
#
set(VERSION_MAJOR 2)
set(VERSION_MINOR 0)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 1)
set(VERSION_COMMIT ${Project_WC_REVISION_HASH})

# Anything other than "Release" will add the latest commit
# hash when built to the version string
set(VERSION_DESC "Development")
set(VERSION_DESC "Release")

if(NOT ${VERSION_DESC} MATCHES "Development")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
Expand Down

0 comments on commit 3ead405

Please sign in to comment.