Skip to content

Commit

Permalink
Merge pull request #371 from fdelapena/master
Browse files Browse the repository at this point in the history
Version 0.2.2
  • Loading branch information
fdelapena committed Nov 27, 2014
2 parents 72c0406 + c1a3e83 commit 55713b6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions builds/wii/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<app version="1">
<name>EasyRPG Player</name>
<coder>EasyRPG Team</coder>
<version>0.2.1</version>
<release_date>20140701000000</release_date>
<version>0.2.2</version>
<release_date>20141127000000</release_date>
<short_description>RPG Maker 2000/2003 player</short_description>
<long_description>EasyRPG is a Role Playing Game interpreter for playing games created by the RPG Maker 2000/2003.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion resources/osx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<string>APPL</string>

<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>

</dict>
</plist>
8 changes: 4 additions & 4 deletions resources/player.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 55713b6

Please sign in to comment.