From c1a3e832b32a9b8fa60463f3734bb306d4d97bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20de=20la=20Pe=C3=B1a?= Date: Thu, 27 Nov 2014 19:28:43 +0000 Subject: [PATCH] Version 0.2.2 --- CMakeLists.txt | 2 +- README | 4 ++-- builds/wii/meta.xml | 4 ++-- configure.ac | 2 +- resources/osx/Info.plist | 2 +- resources/player.rc | 8 ++++---- src/options.h | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68da2e3bb7..035e0cfd77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,7 +170,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") endif() set(CPACK_PACKAGE_NAME ${PROJECT_NAME}) -set(CPACK_PACKAGE_VERSION "0.2.1") +set(CPACK_PACKAGE_VERSION "0.2.2") set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/resources/player.ico") set(CPACK_RESOURCE_FILE_README ${CMAKE_CURRENT_SOURCE_DIR}/README) diff --git a/README b/README index d3a1681420..5e6a86e84c 100644 --- a/README +++ b/README @@ -62,11 +62,11 @@ Building 1. Unpack the tarball with: - tar xf easyrpg-player-0.2.1.tar.xz + tar xf easyrpg-player-0.2.2.tar.xz 2. Enter in the package directory with: - cd easyrpg-player-0.2.1 + cd easyrpg-player-0.2.2 3. Compile with: diff --git a/builds/wii/meta.xml b/builds/wii/meta.xml index 1bb3c2e6a7..44b7c294d5 100644 --- a/builds/wii/meta.xml +++ b/builds/wii/meta.xml @@ -2,8 +2,8 @@ EasyRPG Player EasyRPG Team - 0.2.1 - 20140701000000 + 0.2.2 + 20141127000000 RPG Maker 2000/2003 player EasyRPG is a Role Playing Game interpreter for playing games created by the RPG Maker 2000/2003. diff --git a/configure.ac b/configure.ac index 3aa224b158..ee2d1253be 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.2.1],[https://github.com/EasyRPG/Player/issues],[easyrpg-player],[https://easy-rpg.org/]) +AC_INIT([easyrpg-player],[0.2.2],[https://github.com/EasyRPG/Player/issues],[easyrpg-player],[https://easy-rpg.org/]) AC_CONFIG_AUX_DIR([builds/autoconf]) AM_INIT_AUTOMAKE([1.11.4 foreign subdir-objects -Wall -Werror]) diff --git a/resources/osx/Info.plist b/resources/osx/Info.plist index 9c524a3796..c7679b5c1a 100644 --- a/resources/osx/Info.plist +++ b/resources/osx/Info.plist @@ -31,7 +31,7 @@ APPL CFBundleShortVersionString - 0.2.1 + 0.2.2 diff --git a/resources/player.rc b/resources/player.rc index 7dca2301a3..f2f016878f 100644 --- a/resources/player.rc +++ b/resources/player.rc @@ -3,8 +3,8 @@ 1 24 "player.xml" #endif 1 VERSIONINFO -FILEVERSION 0,2,1,0 -PRODUCTVERSION 0,2,1,0 +FILEVERSION 0,2,2,0 +PRODUCTVERSION 0,2,2,0 FILETYPE 0x00000001L { BLOCK "StringFileInfo" @@ -13,13 +13,13 @@ FILETYPE 0x00000001L { VALUE "Comments", "https://easy-rpg.org/" VALUE "CompanyName", "EasyRPG Project" - VALUE "FileVersion", "0.2.1.0" + VALUE "FileVersion", "0.2.2.0" VALUE "FileDescription", "EasyRPG Player" VALUE "InternalName", "easyrpg-player" VALUE "LegalCopyright", "2005-2014 EasyRPG Project" VALUE "OriginalFilename", "Player.exe" VALUE "ProductName", "EasyRPG Player" - VALUE "ProductVersion", "0.2.1.0" + VALUE "ProductVersion", "0.2.2.0" } } BLOCK "VarFileInfo" diff --git a/src/options.h b/src/options.h index b0d5daff18..dba21219a4 100644 --- a/src/options.h +++ b/src/options.h @@ -95,7 +95,7 @@ /** Version of player. Should be redefined by build system. */ #ifndef PLAYER_VERSION -# define PLAYER_VERSION "0.2.1" +# define PLAYER_VERSION "0.2.2" #endif #endif