Skip to content

Commit

Permalink
Make release ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathByDenim committed Apr 3, 2015
1 parent 8d15b0d commit 7d8b5ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ project(paalternativelauncher)
cmake_minimum_required(VERSION 2.8.11)

set(MAJOR_VERSION "0")
set(MINOR_VERSION "5")
set(PATCH_VERSION "3")
set(MINOR_VERSION "6")
set(PATCH_VERSION "0")

# Tell CMake to run moc when necessary:
set(CMAKE_AUTOMOC ON)
Expand Down
8 changes: 4 additions & 4 deletions paalternativelauncher.rc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
id ICON "img/icon.ico"

1 VERSIONINFO
FILEVERSION 0,5,3,0
PRODUCTVERSION 0,5,3,0
FILEVERSION 0,6,0,0
PRODUCTVERSION 0,6,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904E4"
BEGIN
VALUE "CompanyName", "DeathByDenim"
VALUE "FileDescription", "Alternative launcher for Planetary Annihilation"
VALUE "FileVersion", "0.5.3"
VALUE "FileVersion", "0.6.0"
VALUE "InternalName", "paalternativelauncher"
VALUE "OriginalFilename", "paalternativelauncher.exe"
VALUE "ProductName", "PA Alternative Launcher"
VALUE "ProductVersion", "0.5.3"
VALUE "ProductVersion", "0.6.0"
END
END

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "0.5.3"
#define VERSION "0.6.0"

0 comments on commit 7d8b5ac

Please sign in to comment.