Update version for future release

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8787 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2023-03-13 13:45:07 +00:00
parent 18fa1c247f
commit b2e5de3972
2 changed files with 3 additions and 3 deletions

View File

@ -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})

View File

@ -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)