diff --git a/trunk/src/Bombermaaan.h b/trunk/src/Bombermaaan.h index 2f8181d..55b2405 100644 --- a/trunk/src/Bombermaaan.h +++ b/trunk/src/Bombermaaan.h @@ -1 +1 @@ -#define APP_VERSION_INFO "2.0.1.2143" \ No newline at end of file +#define APP_VERSION_INFO "2.0.2.2144" \ No newline at end of file diff --git a/trunk/src/Bombermaaan.rc b/trunk/src/Bombermaaan.rc index f7baf41..ba8a13e 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 2,0,1,2143 - PRODUCTVERSION 2,0,1,2143 + FILEVERSION 2,0,2,2144 + PRODUCTVERSION 2,0,2,2144 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", "2.0.1.2143" + VALUE "FileVersion", "2.0.2.2144" 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", "2.0.1.2143" + VALUE "ProductVersion", "2.0.2.2144" 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