revert last change for version update

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8775 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2023-03-09 19:12:58 +00:00
parent ed2e5fcb92
commit c079ba2e62
1 changed files with 2 additions and 2 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.4.0)
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 4)
SET(PROJECT_VERSION_MINOR 3)
SET(PROJECT_VERSION_PATCH 0)
SET(PROJECT_VERSION_TWEAK )
SET(PROJECT_VERSION ${PROJECT_VERSION_MAJOR})