From 543a4b57a354e164aaa75b133642340c8708c0c3 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Sat, 7 Dec 2013 11:40:01 +0800 Subject: [PATCH] Updated version NO to 1.2.0.12 --- configure | 2 +- configure.in | 2 +- src/xmlcopyeditor.rc | 4 ++-- src/xmlcopyeditorcopy.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 04febb4..c156e9a 100755 --- a/configure +++ b/configure @@ -2957,7 +2957,7 @@ fi # Define the identity of the package. PACKAGE=xmlcopyeditor - VERSION=1.2.0.11 + VERSION=1.2.0.12 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 44598b1..ec975ee 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(src/xmlcopyeditor.cpp) -AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.11) +AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.12) AC_PROG_CXX AC_PROG_INSTALL diff --git a/src/xmlcopyeditor.rc b/src/xmlcopyeditor.rc index 609a12c..a790307 100644 --- a/src/xmlcopyeditor.rc +++ b/src/xmlcopyeditor.rc @@ -127,8 +127,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,2,0,11 - PRODUCTVERSION 1,2,0,11 + FILEVERSION 1,2,0,12 + PRODUCTVERSION 1,2,0,12 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/xmlcopyeditorcopy.h b/src/xmlcopyeditorcopy.h index 552cde0..4518528 100644 --- 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.11") +#define ABOUT_VERSION _T("1.2.0.12") #define XMLCE_VAR _T("XMLCE_VAR") #ifdef __WXMSW__