From 1d8286d101651b9c68dea956249652da1ee23dfd Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Fri, 28 Jan 2011 15:38:53 +0000 Subject: [PATCH] Bump version. --- config_win32.h | 4 ++-- configure.ac | 2 +- xmltooling/Makefile.am | 4 ++-- xmltooling/version.h | 4 ++-- xmltooling/xmltooling.rc | 10 +++++----- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config_win32.h b/config_win32.h index f68947b..a1fc0d0 100644 --- a/config_win32.h +++ b/config_win32.h @@ -94,13 +94,13 @@ #define PACKAGE_NAME "xmltooling" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "xmltooling 1.4" +#define PACKAGE_STRING "xmltooling 1.4.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.4" +#define PACKAGE_VERSION "1.4.1" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ diff --git a/configure.ac b/configure.ac index 6d076b7..0a6917a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoreconf AC_PREREQ([2.50]) -AC_INIT([xmltooling],[1.4],[https://bugs.internet2.edu/],[xmltooling]) +AC_INIT([xmltooling],[1.4.1],[https://bugs.internet2.edu/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index ceff36f..da925d2 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 5:0:0 +libxmltooling_lite_la_LDFLAGS = -version-info 5:1:0 if BUILD_XMLSEC -libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 5:0:0 +libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 5:1:0 libxmltooling_la_SOURCES = \ ${common_sources} \ ${xmlsec_sources} diff --git a/xmltooling/version.h b/xmltooling/version.h index 1e53cb6..8d3ae00 100644 --- a/xmltooling/version.h +++ b/xmltooling/version.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2009 Internet2 + * Copyright 2001-2011 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 4 -#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 53f0727..438799e 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,4,0,0 - PRODUCTVERSION 2,4,0,0 + FILEVERSION 1,4,1,0 + PRODUCTVERSION 2,4,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,7 +51,7 @@ BEGIN #else VALUE "FileDescription", "OpenSAML XMLTooling Library\0" #endif - VALUE "FileVersion", "1, 4, 0, 0\0" + VALUE "FileVersion", "1, 4, 1, 0\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG VALUE "InternalName", "xmltooling-lite1_4D\0" @@ -81,8 +81,8 @@ BEGIN #endif #endif VALUE "PrivateBuild", "\0" - VALUE "ProductName", "OpenSAML 2.4\0" - VALUE "ProductVersion", "2, 4, 0, 0\0" + VALUE "ProductName", "OpenSAML 2.4.1\0" + VALUE "ProductVersion", "2, 4, 1, 0\0" VALUE "SpecialBuild", "\0" END END -- 2.1.4