From 85811a6290264a20120db8ba3cc50f31aee47e13 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Fri, 18 Jan 2013 00:18:51 +0800 Subject: [PATCH] Updated version to 1.2.0.9 --- configure | 2 +- configure.in | 2 +- src/Makefile.in | 4 ++-- src/xmlcopyeditor.rc | 4 ++-- src/xmlcopyeditorcopy.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure b/configure index 0a2113a..953eaa3 100755 --- a/configure +++ b/configure @@ -2881,7 +2881,7 @@ fi # Define the identity of the package. PACKAGE=xmlcopyeditor - VERSION=1.2.0.8 + VERSION=1.2.0.9 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 155fabe..333afd9 100755 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(src/xmlcopyeditor.cpp) -AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.8) +AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.9) AC_PROG_CXX AC_PROG_INSTALL diff --git a/src/Makefile.in b/src/Makefile.in index 0bb1f6a..12f98e7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -345,9 +345,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/Makefile + $(AUTOMAKE) --foreign src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff --git a/src/xmlcopyeditor.rc b/src/xmlcopyeditor.rc index 1ea4797..1dadf14 100644 --- a/src/xmlcopyeditor.rc +++ b/src/xmlcopyeditor.rc @@ -127,8 +127,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,2,0,8 - PRODUCTVERSION 1,2,0,8 + FILEVERSION 1,2,0,9 + PRODUCTVERSION 1,2,0,9 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/xmlcopyeditorcopy.h b/src/xmlcopyeditorcopy.h index 5e747ec..75783ea 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.8") +#define ABOUT_VERSION _T("1.2.0.9") #define XMLCE_VAR _T("XMLCE_VAR") #ifdef __WXMSW__