Change version to 2.2.4

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7620 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2021-08-07 22:45:25 +00:00
parent bfae890d2f
commit 63be9f0b42
1 changed files with 2 additions and 2 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.3)
PROJECT(speed-dreams-2 VERSION 2.2.4)
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 3)
SET(PROJECT_VERSION_PATCH 4)
SET(PROJECT_VERSION_TWEAK )
SET(PROJECT_VERSION ${PROJECT_VERSION_MAJOR})