From: Scott Cantor Date: Wed, 4 Nov 2009 22:23:34 +0000 (+0000) Subject: Bump to 1.3.1 X-Git-Tag: 1.3.1~1 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=a40e7a28d3b1ec648af20d8bd018b04f9c72f093 Bump to 1.3.1 --- diff --git a/config_win32.h b/config_win32.h index 20e9b0a..220f1ac 100644 --- a/config_win32.h +++ b/config_win32.h @@ -90,13 +90,13 @@ #define PACKAGE_NAME "xmltooling" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "xmltooling 1.3" +#define PACKAGE_STRING "xmltooling 1.3.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.3" +#define PACKAGE_VERSION "1.3.1" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -109,7 +109,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.3" +#define VERSION "1.3.1" /* Define if you wish to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ diff --git a/configure.ac b/configure.ac index 7e0d730..73bbd57 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.50]) -AC_INIT([xmltooling], [1.3], [mace-opensaml-users@internet2.edu], [xmltooling]) +AC_INIT([xmltooling], [1.3.1], [mace-opensaml-users@internet2.edu], [xmltooling]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(xmltooling/config_pub.h) -AM_INIT_AUTOMAKE([xmltooling], [1.3]) +AM_INIT_AUTOMAKE([xmltooling], [1.3.1]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/doc/README.txt b/doc/README.txt index dcc7238..ff13ca5 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -1,8 +1,8 @@ -VERSION 1.3 +VERSION 1.3.1 Issues addressed by this release: --------------------------------- -https://bugs.internet2.edu/jira/browse/CPPXT/fixforversion/10253 +https://bugs.internet2.edu/jira/browse/CPPXT/fixforversion/10269 Documentation: -------------- diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index 374cf1b..cb1380f 100644 --- a/xmltooling/Makefile.am +++ b/xmltooling/Makefile.am @@ -198,10 +198,10 @@ common_sources = \ libxmltooling_lite_la_SOURCES = \ ${common_sources} libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE -libxmltooling_lite_la_LDFLAGS = -version-info 4:0:0 +libxmltooling_lite_la_LDFLAGS = -version-info 4:1:0 if BUILD_XMLSEC -libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 4:0:0 +libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 4:1:0 libxmltooling_la_SOURCES = \ ${common_sources} \ ${xmlsec_sources} diff --git a/xmltooling/version.h b/xmltooling/version.h index 63af4d6..a777851 100644 --- a/xmltooling/version.h +++ b/xmltooling/version.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ #define XMLTOOLING_VERSION_MAJOR 1 #define XMLTOOLING_VERSION_MINOR 3 -#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 5b6d55f..2a4385a 100644 --- a/xmltooling/xmltooling.rc +++ b/xmltooling/xmltooling.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,0,0 - PRODUCTVERSION 2,2,1,0 + FILEVERSION 1,3,1,0 + PRODUCTVERSION 2,3,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,7 +51,7 @@ BEGIN #else VALUE "FileDescription", "OpenSAML XMLTooling Library\0" #endif - VALUE "FileVersion", "1, 3, 0, 0\0" + VALUE "FileVersion", "1, 3, 1, 0\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG VALUE "InternalName", "xmltooling-lite1_3D\0" @@ -81,8 +81,8 @@ BEGIN #endif #endif VALUE "PrivateBuild", "\0" - VALUE "ProductName", "OpenSAML 2.2.1\0" - VALUE "ProductVersion", "2, 2, 1, 0\0" + VALUE "ProductName", "OpenSAML 2.3\0" + VALUE "ProductVersion", "2, 3, 0, 0\0" VALUE "SpecialBuild", "\0" END END