From 4662a065faea5c3ce71c22c8cd82a24db68d2691 Mon Sep 17 00:00:00 2001 From: bjaraujo Date: Sun, 28 Jan 2018 13:50:11 +0000 Subject: [PATCH] v1.9.2.1856 --- trunk/src/Bombermaaan.h | 2 +- trunk/src/Bombermaaan.rc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/trunk/src/Bombermaaan.h b/trunk/src/Bombermaaan.h index 6381f01..77da9cb 100644 --- a/trunk/src/Bombermaaan.h +++ b/trunk/src/Bombermaaan.h @@ -1 +1 @@ -#define APP_VERSION_INFO "1.9.1.1855" \ No newline at end of file +#define APP_VERSION_INFO "1.9.2.1856" \ No newline at end of file diff --git a/trunk/src/Bombermaaan.rc b/trunk/src/Bombermaaan.rc index 7ece50f..58b5b71 100644 --- a/trunk/src/Bombermaaan.rc +++ b/trunk/src/Bombermaaan.rc @@ -63,8 +63,8 @@ END // http://msdn.microsoft.com/en-us/library/aa381058%28VS.85%29.aspx // http://msdn.microsoft.com/en-us/library/aa381049(VS.85).aspx 1 VERSIONINFO - FILEVERSION 1,9,1,1855 - PRODUCTVERSION 1,9,1,1855 + FILEVERSION 1,9,2,1856 + PRODUCTVERSION 1,9,2,1856 FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN @@ -74,13 +74,13 @@ BEGIN BLOCK "040904E4" BEGIN VALUE "CompanyName", "http://bombermaaan.sourceforge.net/\0" - VALUE "FileVersion", "1.9.1.1855" + VALUE "FileVersion", "1.9.2.1856" VALUE "FileDescription", "Bombermaaan executable file" VALUE "InternalName", "Bombermaaan.exe" VALUE "LegalCopyright", "Copyright (C) 2000-2002, 2007, 2008 Thibaut Tollemer, Bernd Arnold, Jerome Bigot, Markus Drescher" VALUE "OriginalFilename", "Bombermaaan.exe\0" VALUE "ProductName", "Bombermaaan\0" - VALUE "ProductVersion", "1.9.1.1855" + VALUE "ProductVersion", "1.9.2.1856" VALUE "Comments", "Bombermaaan is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see ." END END