Update version

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8574 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2022-10-09 20:14:26 +00:00
parent 24a9a81359
commit 06e2a97ff6
2 changed files with 4 additions and 4 deletions

View File

@ -24,14 +24,14 @@ ENDIF(POLICY CMP0072)
IF(NOT ${CMAKE_VERSION} VERSION_LESS "3.0.2")
# Speed Dreams project
PROJECT(speed-dreams-2 VERSION 2.2.4)
PROJECT(speed-dreams-2 VERSION 2.3.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 2)
SET(PROJECT_VERSION_PATCH 4)
SET(PROJECT_VERSION_MINOR 3)
SET(PROJECT_VERSION_PATCH 0)
SET(PROJECT_VERSION_TWEAK )
SET(PROJECT_VERSION ${PROJECT_VERSION_MAJOR})

View File

@ -27,7 +27,7 @@
# (hashtag) starts a comment
cmake_minimum_required(VERSION 3.4.0 FATAL_ERROR)
project(3rdParty VERSION 2.2.4)
project(3rdParty VERSION 2.3.0)
include(ExternalProject)
include(CMakeDependentOption)