From fc1e7ec23ad055d1544f947e28dffb50b7b92098 Mon Sep 17 00:00:00 2001 From: Ghabry Date: Mon, 25 Oct 2021 23:51:14 +0200 Subject: [PATCH] Change version to 0.7.0 --- CMakeLists.txt | 2 +- README.md | 12 ++++++------ builds/android/gradle.properties | 4 ++-- builds/switch/Makefile | 2 +- builds/wii/meta.xml | 4 ++-- configure.ac | 2 +- resources/osx/Info.plist | 2 +- resources/player.rc | 8 ++++---- resources/psvita/template.xml | 2 +- src/version.h | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27bc251c86..2647565c10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}) endif() -project(EasyRPG_Player VERSION 0.6.2 LANGUAGES CXX) +project(EasyRPG_Player VERSION 0.7.0 LANGUAGES CXX) # Extra CMake Module files list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/builds/cmake/Modules") diff --git a/README.md b/README.md index 72050a1504..ee0c1d2474 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ Building requirements: Step-by-step instructions: - tar xf easyrpg-player-0.6.2.tar.xz # unpack the tarball - cd easyrpg-player-0.6.2 # enter in the package directory + tar xf easyrpg-player-0.7.0.tar.xz # unpack the tarball + cd easyrpg-player-0.7.0 # enter in the package directory ./configure # find libraries, set options make # compile the executable @@ -106,8 +106,8 @@ Building requirements: Step-by-step instructions: - tar xf easyrpg-player-0.6.2.tar.xz # unpack the tarball - cd easyrpg-player-0.6.2 # enter in the package directory + tar xf easyrpg-player-0.7.0.tar.xz # unpack the tarball + cd easyrpg-player-0.7.0 # enter in the package directory cmake . -DCMAKE_BUILD_TYPE=Release # configure project cmake --build . # compile the executable sudo cmake --build . --target install # install system-wide @@ -145,8 +145,8 @@ Building requirements: Step-by-step instructions: - tar xf easyrpg-player-0.6.2.tar.xz # unpack the tarball - cd easyrpg-player-0.6.2/builds/android # enter in the android directory + tar xf easyrpg-player-0.7.0.tar.xz # unpack the tarball + cd easyrpg-player-0.7.0/builds/android # enter in the android directory ./gradlew -PtoolchainDirs="DIR1;DIR2" assembleRelease # create the APK Replace ``DIR1`` etc. with the path to the player dependencies. You can use diff --git a/builds/android/gradle.properties b/builds/android/gradle.properties index 7cfda01097..46cb3e5c70 100644 --- a/builds/android/gradle.properties +++ b/builds/android/gradle.properties @@ -1,9 +1,9 @@ # Human readable version name -VERSION_NAME=1.0 +VERSION_NAME=0.7.0 # Internal version number # Must be increased before publishing a new APK -VERSION_CODE=1 +VERSION_CODE=8073 # Architectures to build for when developing (debug) ABI_FILTERS_DEBUG=armeabi-v7a diff --git a/builds/switch/Makefile b/builds/switch/Makefile index 5b51083c8f..14d0de656f 100644 --- a/builds/switch/Makefile +++ b/builds/switch/Makefile @@ -47,7 +47,7 @@ INCLUDES := ../../src APP_TITLE := EasyRPG Player APP_AUTHOR := EasyRPG Team & Rinnegatamante -APP_VERSION := 0.6.2 +APP_VERSION := 0.7.0 ICON := icon.jpg #--------------------------------------------------------------------------------- diff --git a/builds/wii/meta.xml b/builds/wii/meta.xml index bc42a345cb..4574f22bc4 100644 --- a/builds/wii/meta.xml +++ b/builds/wii/meta.xml @@ -2,8 +2,8 @@ EasyRPG Player EasyRPG Team - 0.6.2 - 20200426000000 + 0.7.0 + 20211025000000 RPG Maker 2000/2003 player EasyRPG Player is a Role Playing Game interpreter for playing games created by RPG Maker 2000/2003. diff --git a/configure.ac b/configure.ac index 974cad9cf3..6a3276825a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([easyrpg-player],[0.6.2],[https://github.com/EasyRPG/Player/issues],[easyrpg-player],[https://easyrpg.org]) +AC_INIT([easyrpg-player],[0.7.0],[https://github.com/EasyRPG/Player/issues],[easyrpg-player],[https://easyrpg.org]) AC_CONFIG_AUX_DIR([builds/autoconf/aux]) AM_INIT_AUTOMAKE([1.11.4 foreign subdir-objects tar-ustar -Wall dist-xz]) diff --git a/resources/osx/Info.plist b/resources/osx/Info.plist index 771134c4b3..54530914d6 100644 --- a/resources/osx/Info.plist +++ b/resources/osx/Info.plist @@ -31,7 +31,7 @@ APPL CFBundleShortVersionString - 0.6.2 + 0.7.0 NSSupportsAutomaticGraphicsSwitching diff --git a/resources/player.rc b/resources/player.rc index 6eb7505b74..a6cd19e5ad 100644 --- a/resources/player.rc +++ b/resources/player.rc @@ -3,8 +3,8 @@ 1 24 "player.xml" #endif 1 VERSIONINFO -FILEVERSION 0,6,2,0 -PRODUCTVERSION 0,6,2,0 +FILEVERSION 0,7,0,0 +PRODUCTVERSION 0,7,0,0 FILETYPE 0x00000001L { BLOCK "StringFileInfo" @@ -13,13 +13,13 @@ FILETYPE 0x00000001L { VALUE "Comments", "https://easyrpg.org" VALUE "CompanyName", "EasyRPG Project" - VALUE "FileVersion", "0.6.2.0" + VALUE "FileVersion", "0.7.0.0" VALUE "FileDescription", "EasyRPG Player" VALUE "InternalName", "easyrpg-player" VALUE "LegalCopyright", "2007-2019 EasyRPG Project" VALUE "OriginalFilename", "Player.exe" VALUE "ProductName", "EasyRPG Player" - VALUE "ProductVersion", "0.6.2.0" + VALUE "ProductVersion", "0.7.0.0" } } BLOCK "VarFileInfo" diff --git a/resources/psvita/template.xml b/resources/psvita/template.xml index 1bccbfff1c..5710f7fc23 100644 --- a/resources/psvita/template.xml +++ b/resources/psvita/template.xml @@ -12,7 +12,7 @@ - EasyRPG Player 0.6.2 + EasyRPG Player 0.7.0 diff --git a/src/version.h b/src/version.h index fddc207483..2ae4485388 100644 --- a/src/version.h +++ b/src/version.h @@ -27,8 +27,8 @@ * FIXME: Make this a proper, generated version header redefined by the build system. */ #define PLAYER_MAJOR 0 -#define PLAYER_MINOR 6 -#define PLAYER_PATCH 2 +#define PLAYER_MINOR 7 +#define PLAYER_PATCH 0 #define PLAYER_ADDTL "" #define PLAYER_VERSION TO_STRING(PLAYER_MAJOR) "." TO_STRING(PLAYER_MINOR) "." TO_STRING(PLAYER_PATCH)