Updated version to 1.2.0.9

This commit is contained in:
Zane U. Ji 2013-01-18 00:18:51 +08:00
parent 60bae36074
commit 85811a6290
5 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.8 VERSION=1.2.0.9
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.8) AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.9)
AC_PROG_CXX AC_PROG_CXX
AC_PROG_INSTALL AC_PROG_INSTALL

View File

@ -345,9 +345,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
exit 1;; \ exit 1;; \
esac; \ esac; \
done; \ done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
$(am__cd) $(top_srcdir) && \ $(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu src/Makefile $(AUTOMAKE) --foreign src/Makefile
.PRECIOUS: Makefile .PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \ @case '$?' in \

View File

@ -127,8 +127,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,8 FILEVERSION 1,2,0,9
PRODUCTVERSION 1,2,0,8 PRODUCTVERSION 1,2,0,9
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L

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.8") #define ABOUT_VERSION _T("1.2.0.9")
#define XMLCE_VAR _T("XMLCE_VAR") #define XMLCE_VAR _T("XMLCE_VAR")
#ifdef __WXMSW__ #ifdef __WXMSW__