Updated version NO to 1.2.0.11

This commit is contained in:
Zane U. Ji 2013-11-03 22:30:01 +08:00
parent 7e09ddd0df
commit 96481c4e9f
4 changed files with 5 additions and 5 deletions

2
configure vendored
View File

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

View File

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

View File

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

View File

@ -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.10")
#define ABOUT_VERSION _T("1.2.0.11")
#define XMLCE_VAR _T("XMLCE_VAR")
#ifdef __WXMSW__