Update version and profile folder for the beta

This commit is contained in:
Alayan 2019-01-09 04:01:41 +01:00
parent 8209a813f7
commit 4e340ebe92
6 changed files with 10 additions and 10 deletions

View File

@ -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))

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.1</string>
<string>0.10-beta1</string>
<key>CFBundleSignature</key>
<string>SPTK</string>
<key>CFBundleVersion</key>
<string>0.8.1</string>
<string>0.10-beta1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSMinimumSystemVersion</key>

View File

@ -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', "

View File

@ -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"

View File

@ -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"