From: Scott Cantor Date: Fri, 26 Jun 2009 03:39:07 +0000 (+0000) Subject: Bump revision in case a patch release is done. X-Git-Tag: 1.2.1~32 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=ff7f68e4571783d23d0418973adf657eb81223c7 Bump revision in case a patch release is done. --- diff --git a/config_win32.h b/config_win32.h index d2c25c1..f6737b3 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" +#define PACKAGE_STRING "xmltooling 1.2.1" /* 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" +#define PACKAGE_VERSION "1.2.1" /* 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" +#define VERSION "1.2.1" /* Define if you wish to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ diff --git a/configure.ac b/configure.ac index 7caeb35..ee72165 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.50]) -AC_INIT([xmltooling], [1.2], [mace-opensaml-users@internet2.edu], [xmltooling]) +AC_INIT([xmltooling], [1.2.1], [mace-opensaml-users@internet2.edu], [xmltooling]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(xmltooling/config_pub.h) -AM_INIT_AUTOMAKE([xmltooling], [1.2]) +AM_INIT_AUTOMAKE([xmltooling], [1.2.1]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/xmltooling/.gitignore b/xmltooling/.gitignore index c681b2a..6808f70 100644 --- a/xmltooling/.gitignore +++ b/xmltooling/.gitignore @@ -10,3 +10,4 @@ /xmltooling-lite-Debug /xmltooling-lite-Release /x64 +/*.aps diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index 52ab907..59f09ef 100644 --- a/xmltooling/Makefile.am +++ b/xmltooling/Makefile.am @@ -196,10 +196,10 @@ common_sources = \ libxmltooling_lite_la_SOURCES = \ ${common_sources} libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE -libxmltooling_lite_la_LDFLAGS = -version-info 3:0:0 +libxmltooling_lite_la_LDFLAGS = -version-info 3:1:0 if BUILD_XMLSEC -libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 3:0:0 +libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 3:1:0 libxmltooling_la_SOURCES = \ ${common_sources} \ ${xmlsec_sources} diff --git a/xmltooling/version.h b/xmltooling/version.h index 840b8c5..00d9144 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 0 +#define XMLTOOLING_VERSION_REVISION 1 /** DO NOT MODIFY BELOW THIS LINE */ diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc index 25f8cc6..0db549a 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,0,0 + FILEVERSION 1,2,1,0 PRODUCTVERSION 2,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG @@ -51,7 +51,7 @@ BEGIN #else VALUE "FileDescription", "OpenSAML XMLTooling Library\0" #endif - VALUE "FileVersion", "1, 2, 0, 0\0" + VALUE "FileVersion", "1, 2, 1, 0\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG VALUE "InternalName", "xmltooling-lite1_2D\0" @@ -65,7 +65,7 @@ BEGIN VALUE "InternalName", "xmltooling1_2\0" #endif #endif - VALUE "LegalCopyright", "Copyright © 2008 Internet2\0" + VALUE "LegalCopyright", "Copyright © 2009 Internet2\0" VALUE "LegalTrademarks", "\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG