Update version for future release
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8774 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: f77782a2d4802b7cff480ea1c0e90792b67621ac Former-commit-id: fac40f424ed30548144e0d1232c23f5b5c219e94
This commit is contained in:
parent
78e9d97ed4
commit
6aa894034f
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@ ENDIF(POLICY CMP0072)
|
|||
|
||||
IF(NOT ${CMAKE_VERSION} VERSION_LESS "3.0.2")
|
||||
# Speed Dreams project
|
||||
PROJECT(speed-dreams-2 VERSION 2.3.0)
|
||||
PROJECT(speed-dreams-2 VERSION 2.4.0)
|
||||
ELSE(NOT ${CMAKE_VERSION} VERSION_LESS "3.0.2")
|
||||
# Speed Dreams project
|
||||
PROJECT(speed-dreams-2)
|
||||
|
||||
SET(PROJECT_VERSION_MAJOR 2)
|
||||
SET(PROJECT_VERSION_MINOR 3)
|
||||
SET(PROJECT_VERSION_MINOR 4)
|
||||
SET(PROJECT_VERSION_PATCH 0)
|
||||
SET(PROJECT_VERSION_TWEAK )
|
||||
SET(PROJECT_VERSION ${PROJECT_VERSION_MAJOR})
|
||||
|
|
Loading…
Reference in a new issue