From e02ccbda2e181771cb555649ffd25958594b37dc Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 22 Sep 2008 19:51:21 +0000 Subject: [PATCH] Bump version to 1.2. --- config_win32.h | 6 +++--- configure.ac | 4 ++-- xmltooling/xmltooling-lite.vcproj | 8 ++++---- xmltooling/xmltooling.rc | 26 +++++++++++++------------- xmltooling/xmltooling.vcproj | 8 ++++---- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/config_win32.h b/config_win32.h index d031041..e21a066 100644 --- a/config_win32.h +++ b/config_win32.h @@ -75,13 +75,13 @@ #define PACKAGE_NAME "xmltooling" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "xmltooling 1.1" +#define PACKAGE_STRING "xmltooling 1.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "xmltooling" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1" +#define PACKAGE_VERSION "1.2" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -94,7 +94,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.1" +#define VERSION "1.2" /* Define if you wish to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ diff --git a/configure.ac b/configure.ac index 2edc85e..93f3f44 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.50]) -AC_INIT([xmltooling], [1.1], [mace-opensaml-users@internet2.edu], [xmltooling]) +AC_INIT([xmltooling], [1.2], [mace-opensaml-users@internet2.edu], [xmltooling]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(xmltooling/config_pub.h) -AM_INIT_AUTOMAKE([xmltooling], [1.1]) +AM_INIT_AUTOMAKE([xmltooling], [1.2]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/xmltooling/xmltooling-lite.vcproj b/xmltooling/xmltooling-lite.vcproj index d45dc86..0377596 100644 --- a/xmltooling/xmltooling-lite.vcproj +++ b/xmltooling/xmltooling-lite.vcproj @@ -67,7 +67,7 @@