forked from speed-dreams/speed-dreams-code
Update version for future release
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8787 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 248de937c21e6b0f4d415778a27691fe090f0fdc Former-commit-id: e959ab70654b5b24ff5013c77e7f6db648637a2f
This commit is contained in:
parent
87801dc8cf
commit
6db40f4f9b
2 changed files with 3 additions and 3 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})
|
||||
|
|
|
@ -31,7 +31,7 @@ IF(POLICY CMP0135)
|
|||
CMAKE_POLICY(SET CMP0135 NEW)
|
||||
ENDIF(POLICY CMP0135)
|
||||
|
||||
project(3rdParty VERSION 2.3.0)
|
||||
project(3rdParty VERSION 2.4.0)
|
||||
|
||||
include(ExternalProject)
|
||||
include(CMakeDependentOption)
|
||||
|
|
Loading…
Reference in a new issue