From 6aa894034f0f4544afe354ba8b63a383271664f8 Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Thu, 9 Mar 2023 18:20:35 +0000 Subject: [PATCH] Update version for future release git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8774 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: f77782a2d4802b7cff480ea1c0e90792b67621ac Former-commit-id: fac40f424ed30548144e0d1232c23f5b5c219e94 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcce0a68d..c55d0a9c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})