From 6ab85107349b1dae16c22c3c77d0fc7f0896b80c Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 24 Aug 2009 20:06:09 +0000 Subject: [PATCH] Bump version. --- config_win32.h | 6 +++--- configure.ac | 4 ++-- xmltooling/version.h | 2 +- xmltooling/xmltooling.rc | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config_win32.h b/config_win32.h index f6737b3..987d408 100644 --- a/config_win32.h +++ b/config_win32.h @@ -87,13 +87,13 @@ #define PACKAGE_NAME "xmltooling" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "xmltooling 1.2.1" +#define PACKAGE_STRING "xmltooling 1.2.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.2.1" +#define PACKAGE_VERSION "1.2.2" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -106,7 +106,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.2.1" +#define VERSION "1.2.2" /* Define if you wish to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ diff --git a/configure.ac b/configure.ac index 560d804..c790226 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.50]) -AC_INIT([xmltooling], [1.2.1], [mace-opensaml-users@internet2.edu], [xmltooling]) +AC_INIT([xmltooling], [1.2.2], [mace-opensaml-users@internet2.edu], [xmltooling]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(xmltooling/config_pub.h) -AM_INIT_AUTOMAKE([xmltooling], [1.2.1]) +AM_INIT_AUTOMAKE([xmltooling], [1.2.2]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/xmltooling/version.h b/xmltooling/version.h index 00d9144..b92b292 100644 --- a/xmltooling/version.h +++ b/xmltooling/version.h @@ -39,7 +39,7 @@ #define XMLTOOLING_VERSION_MAJOR 1 #define XMLTOOLING_VERSION_MINOR 2 -#define XMLTOOLING_VERSION_REVISION 1 +#define XMLTOOLING_VERSION_REVISION 2 /** DO NOT MODIFY BELOW THIS LINE */ diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc index 65795c3..d347282 100644 --- a/xmltooling/xmltooling.rc +++ b/xmltooling/xmltooling.rc @@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,2,1,0 + FILEVERSION 1,2,2,0 PRODUCTVERSION 2,2,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG @@ -51,7 +51,7 @@ BEGIN #else VALUE "FileDescription", "OpenSAML XMLTooling Library\0" #endif - VALUE "FileVersion", "1, 2, 1, 0\0" + VALUE "FileVersion", "1, 2, 2, 0\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG VALUE "InternalName", "xmltooling-lite1_2D\0" -- 2.1.4