From 30285d320ac39f4ab899901609d0ad8ff13f4946 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 3 Dec 2009 03:47:58 +0000 Subject: [PATCH] Bump version. --- config_win32.h | 6 +++--- configure.ac | 4 ++-- doc/README.txt | 8 ++++---- xmltooling/Makefile.am | 4 ++-- xmltooling/version.h | 2 +- xmltooling/xmltooling.rc | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config_win32.h b/config_win32.h index 39b5e1b..c79070c 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.2" +#define PACKAGE_STRING "xmltooling 1.3.3" /* 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.2" +#define PACKAGE_VERSION "1.3.3" /* 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.2" +#define VERSION "1.3.3" /* Define if you wish to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ diff --git a/configure.ac b/configure.ac index 46b7278..f3d834b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.50]) -AC_INIT([xmltooling], [1.3.2], [mace-opensaml-users@internet2.edu], [xmltooling]) +AC_INIT([xmltooling], [1.3.3], [mace-opensaml-users@internet2.edu], [xmltooling]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(xmltooling/config_pub.h) -AM_INIT_AUTOMAKE([xmltooling], [1.3.2]) +AM_INIT_AUTOMAKE([xmltooling], [1.3.3]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/doc/README.txt b/doc/README.txt index b80aea5..9f19503 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -1,8 +1,8 @@ -VERSION 1.3.2 +VERSION 1.3.3 -Issues addressed by this release: ---------------------------------- -https://bugs.internet2.edu/jira/browse/CPPXT/fixforversion/10272 +Change Log: +----------- +https://bugs.internet2.edu/jira/browse/CPPXT Documentation: -------------- diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index 69f037e..bbc0ff9 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:2:0 +libxmltooling_lite_la_LDFLAGS = -version-info 4:3:0 if BUILD_XMLSEC -libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 4:2:0 +libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 4:3:0 libxmltooling_la_SOURCES = \ ${common_sources} \ ${xmlsec_sources} diff --git a/xmltooling/version.h b/xmltooling/version.h index db5a3fc..abe4556 100644 --- a/xmltooling/version.h +++ b/xmltooling/version.h @@ -39,7 +39,7 @@ #define XMLTOOLING_VERSION_MAJOR 1 #define XMLTOOLING_VERSION_MINOR 3 -#define XMLTOOLING_VERSION_REVISION 2 +#define XMLTOOLING_VERSION_REVISION 3 /** DO NOT MODIFY BELOW THIS LINE */ diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc index 3458437..6462cf3 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,3,2,0 + FILEVERSION 1,3,3,0 PRODUCTVERSION 2,3,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG @@ -51,7 +51,7 @@ BEGIN #else VALUE "FileDescription", "OpenSAML XMLTooling Library\0" #endif - VALUE "FileVersion", "1, 3, 2, 0\0" + VALUE "FileVersion", "1, 3, 3, 0\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG VALUE "InternalName", "xmltooling-lite1_3D\0" -- 2.1.4