Updated version number to 1.2.0.10

This commit is contained in:
Zane U. Ji 2013-01-18 00:28:02 +08:00
parent 85811a6290
commit 065862fd5c
4 changed files with 7 additions and 7 deletions

2
configure vendored
View File

@ -2881,7 +2881,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE=xmlcopyeditor PACKAGE=xmlcopyeditor
VERSION=1.2.0.9 VERSION=1.2.0.10
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF

View File

@ -1,5 +1,5 @@
AC_INIT(src/xmlcopyeditor.cpp) AC_INIT(src/xmlcopyeditor.cpp)
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.9) AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.10)
AC_PROG_CXX AC_PROG_CXX
AC_PROG_INSTALL AC_PROG_INSTALL

View File

@ -127,8 +127,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,9 FILEVERSION 1,2,0,10
PRODUCTVERSION 1,2,0,9 PRODUCTVERSION 1,2,0,10
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -147,8 +147,8 @@ BEGIN
VALUE "FileDescription", "XML Copy Editor is a fast, free, validating XML editor" VALUE "FileDescription", "XML Copy Editor is a fast, free, validating XML editor"
VALUE "FileVersion", "" VALUE "FileVersion", ""
VALUE "InternalName", "xmlcopyeditor.exe" VALUE "InternalName", "xmlcopyeditor.exe"
VALUE "LegalCopyright", "Copyright (c) 2012 Gerald Schmidt" VALUE "LegalCopyright", "Copyright (c) 2013 Gerald Schmidt"
VALUE "OriginalFilename", "xmlcopyeditor.exe" VALUE "OriginalFilename", "XmlCopyEditor.exe"
VALUE "ProductName", "XML Copy Editor" VALUE "ProductName", "XML Copy Editor"
VALUE "ProductVersion", "" VALUE "ProductVersion", ""
END END

View File

@ -55,7 +55,7 @@
"License along with this program; if not, write to the Free\n"\ "License along with this program; if not, write to the Free\n"\
"Software Foundation, Inc., 59 Temple Place, Suite 330,\n"\ "Software Foundation, Inc., 59 Temple Place, Suite 330,\n"\
"Boston, MA 02111-1307 USA.") "Boston, MA 02111-1307 USA.")
#define ABOUT_VERSION _T("1.2.0.9") #define ABOUT_VERSION _T("1.2.0.10")
#define XMLCE_VAR _T("XMLCE_VAR") #define XMLCE_VAR _T("XMLCE_VAR")
#ifdef __WXMSW__ #ifdef __WXMSW__