From 848778b66cc293f451d9a8bcf35a9e9996f8cc19 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Mon, 10 Sep 2012 23:03:47 +0800 Subject: [PATCH] Update version number to 1.2.0.8 --- src/.cproject | 5 +++-- src/xmlcopyeditor.rc | 39 +++++++++++++++++++++++++++++++++++++++ src/xmlcopyeditor.spec | 2 +- src/xmlcopyeditorcopy.h | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/src/.cproject b/src/.cproject index 80e6296..c718ae3 100644 --- a/src/.cproject +++ b/src/.cproject @@ -114,7 +114,7 @@ - + @@ -236,6 +236,7 @@ - + + diff --git a/src/xmlcopyeditor.rc b/src/xmlcopyeditor.rc index 7faa55b..1ea4797 100644 --- a/src/xmlcopyeditor.rc +++ b/src/xmlcopyeditor.rc @@ -121,6 +121,45 @@ END #endif // APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,2,0,8 + PRODUCTVERSION 1,2,0,8 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904B0" + BEGIN + VALUE "CompanyName", "XML Copy Editor Team" + VALUE "FileDescription", "XML Copy Editor is a fast, free, validating XML editor" + VALUE "FileVersion", "" + VALUE "InternalName", "xmlcopyeditor.exe" + VALUE "LegalCopyright", "Copyright (c) 2012 Gerald Schmidt" + VALUE "OriginalFilename", "xmlcopyeditor.exe" + VALUE "ProductName", "XML Copy Editor" + VALUE "ProductVersion", "" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + + ////////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. diff --git a/src/xmlcopyeditor.spec b/src/xmlcopyeditor.spec index 29ff1bb..528ae8b 100755 --- a/src/xmlcopyeditor.spec +++ b/src/xmlcopyeditor.spec @@ -1,5 +1,5 @@ %define name xmlcopyeditor -%define version 1.1.0.6 +%define version 1.2.0.8 %define release 1 %define author Gerald Schmidt %define prefix /usr/local diff --git a/src/xmlcopyeditorcopy.h b/src/xmlcopyeditorcopy.h index bbdc5c5..5e747ec 100755 --- a/src/xmlcopyeditorcopy.h +++ b/src/xmlcopyeditorcopy.h @@ -55,7 +55,7 @@ "License along with this program; if not, write to the Free\n"\ "Software Foundation, Inc., 59 Temple Place, Suite 330,\n"\ "Boston, MA 02111-1307 USA.") -#define ABOUT_VERSION _T("1.2.0.7") +#define ABOUT_VERSION _T("1.2.0.8") #define XMLCE_VAR _T("XMLCE_VAR") #ifdef __WXMSW__