mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
0.3.6 version number in resource
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@940 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
//+----------------------------------------------------------------------------+
|
//+----------------------------------------------------------------------------+
|
||||||
//| Description: Magic Set Editor - Program to make Magic (tm) cards |
|
//| Description: Magic Set Editor - Program to make Magic (tm) cards |
|
||||||
//| Copyright: (C) 2001 - 2007 Twan van Laarhoven |
|
//| Copyright: (C) 2001 - 2008 Twan van Laarhoven and "coppro" |
|
||||||
//| License: GNU General Public License 2 or later (see file COPYING) |
|
//| License: GNU General Public License 2 or later (see file COPYING) |
|
||||||
//+----------------------------------------------------------------------------+
|
//+----------------------------------------------------------------------------+
|
||||||
|
|
||||||
@@ -193,19 +193,19 @@ expected_locale_keys TEXT "../common/expected_locale_keys"
|
|||||||
// -------------------------------------------------------- : Version info
|
// -------------------------------------------------------- : Version info
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 0,3,5
|
FILEVERSION 0,3,6
|
||||||
PRODUCTVERSION 0,3,5
|
PRODUCTVERSION 0,3,6
|
||||||
FILETYPE VFT_APP
|
FILETYPE VFT_APP
|
||||||
{
|
{
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
{
|
{
|
||||||
BLOCK "040904E4"
|
BLOCK "040904E4"
|
||||||
{
|
{
|
||||||
VALUE "FileVersion", "0.3.5b"
|
VALUE "FileVersion", "0.3.6"
|
||||||
VALUE "License", "GNU General Public License 2 or later; This is free software, and you are welcome to redistribute it under certain conditions; See the help file for details"
|
VALUE "License", "GNU General Public License 2 or later; This is free software, and you are welcome to redistribute it under certain conditions; See the help file for details"
|
||||||
VALUE "FileDescription", "Magic Set Editor"
|
VALUE "FileDescription", "Magic Set Editor"
|
||||||
VALUE "InternalName", "mse2/8"
|
VALUE "InternalName", "mse2/8"
|
||||||
VALUE "LegalCopyright", "\xA9 2001-2007 Twan van Laarhoven"
|
VALUE "LegalCopyright", "\xA9 2001-2008 Twan van Laarhoven and 'coppro'"
|
||||||
VALUE "ProductName", "Magic Set Editor"
|
VALUE "ProductName", "Magic Set Editor"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user