From 4e340ebe9264cb5e10c72dc152d5cbec9e4c240d Mon Sep 17 00:00:00 2001 From: Alayan Date: Wed, 9 Jan 2019 04:01:41 +0100 Subject: [PATCH] Update version and profile folder for the beta --- CMakeLists.txt | 2 +- data/SuperTuxKart-Info.plist | 4 ++-- data/{supertuxkart.git => supertuxkart.0.10-beta1} | 0 src/io/file_manager.cpp | 2 +- tools/windows_installer/supertuxkart-64bit.nsi | 6 +++--- tools/windows_installer/supertuxkart.nsi | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) rename data/{supertuxkart.git => supertuxkart.0.10-beta1} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46d3784d1..0d5495573 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.4) # root CMakeLists for the SuperTuxKart project project(SuperTuxKart) -set(PROJECT_VERSION "git") +set(PROJECT_VERSION "0.10-beta1") add_definitions( -DSUPERTUXKART_VERSION="${PROJECT_VERSION}" ) if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3)) diff --git a/data/SuperTuxKart-Info.plist b/data/SuperTuxKart-Info.plist index a2992f2a8..b37268672 100644 --- a/data/SuperTuxKart-Info.plist +++ b/data/SuperTuxKart-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.8.1 + 0.10-beta1 CFBundleSignature SPTK CFBundleVersion - 0.8.1 + 0.10-beta1 CSResourcesFileMapped LSMinimumSystemVersion diff --git a/data/supertuxkart.git b/data/supertuxkart.0.10-beta1 similarity index 100% rename from data/supertuxkart.git rename to data/supertuxkart.0.10-beta1 diff --git a/src/io/file_manager.cpp b/src/io/file_manager.cpp index 12e633f54..a0b0ba66a 100644 --- a/src/io/file_manager.cpp +++ b/src/io/file_manager.cpp @@ -930,7 +930,7 @@ void FileManager::checkAndCreateConfigDir() if(m_user_config_dir.size()>0 && *m_user_config_dir.rbegin()!='/') m_user_config_dir += "/"; - m_user_config_dir +="0.10-git/"; + m_user_config_dir +="0.10-beta/"; if(!checkAndCreateDirectoryP(m_user_config_dir)) { Log::warn("FileManager", "Can not create config dir '%s', " diff --git a/tools/windows_installer/supertuxkart-64bit.nsi b/tools/windows_installer/supertuxkart-64bit.nsi index c53a1d4ea..1e5d8bb79 100755 --- a/tools/windows_installer/supertuxkart-64bit.nsi +++ b/tools/windows_installer/supertuxkart-64bit.nsi @@ -32,10 +32,10 @@ ; Version information ; TOOD get these from the source code directly !define VERSION_MAJOR 0 - !define VERSION_MINOR 9 - !define VERSION_REVISION 3 + !define VERSION_MINOR 10 + !define VERSION_REVISION 0 ; Empty means stable, could be -git, -rc1 - !define VERSION_BUILD "-git" + !define VERSION_BUILD "-beta1" ;Name and file !define APPNAME "SuperTuxKart" diff --git a/tools/windows_installer/supertuxkart.nsi b/tools/windows_installer/supertuxkart.nsi index 89e4e498f..d549eabe7 100755 --- a/tools/windows_installer/supertuxkart.nsi +++ b/tools/windows_installer/supertuxkart.nsi @@ -32,10 +32,10 @@ ; Version information ; TOOD get these from the source code directly !define VERSION_MAJOR 0 - !define VERSION_MINOR 9 - !define VERSION_REVISION 3 + !define VERSION_MINOR 10 + !define VERSION_REVISION 0 ; Empty means stable, could be -git, -rc1 - !define VERSION_BUILD "-git" + !define VERSION_BUILD "-beta1" ;Name and file !define APPNAME "SuperTuxKart"