From d9ef2a7b334a04d168cd358e09a052c1f4b6053d Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 1 Mar 2011 23:30:50 +0000 Subject: [PATCH] Bumping version pending decision on next release. --- config_win32.h | 6 +++--- configure.ac | 2 +- doc/README.txt | 2 -- xmltooling/Makefile.am | 4 ++-- xmltooling/version.h | 2 +- xmltooling/xmltooling.rc | 4 ++-- 6 files changed, 9 insertions(+), 11 deletions(-) diff --git a/config_win32.h b/config_win32.h index f2b7dd5..231181d 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.1" +#define PACKAGE_STRING "xmltooling 1.4.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.4.1" +#define PACKAGE_VERSION "1.4.2" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -113,7 +113,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.4.1" +#define VERSION "1.4.2" /* Define if you wish to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ diff --git a/configure.ac b/configure.ac index 0a6917a..8ef2c9a 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.1],[https://bugs.internet2.edu/],[xmltooling]) +AC_INIT([xmltooling],[1.4.2],[https://bugs.internet2.edu/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) diff --git a/doc/README.txt b/doc/README.txt index 8f42043..3b9a257 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -1,5 +1,3 @@ -VERSION 1.4.1 - Release Notes ----------- See https://bugs.internet2.edu/jira/secure/ReleaseNote.jspa?projectId=10009 diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index da925d2..12598e1 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:1:0 +libxmltooling_lite_la_LDFLAGS = -version-info 5:2:0 if BUILD_XMLSEC -libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 5:1:0 +libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 5:2:0 libxmltooling_la_SOURCES = \ ${common_sources} \ ${xmlsec_sources} diff --git a/xmltooling/version.h b/xmltooling/version.h index 8d3ae00..5656015 100644 --- a/xmltooling/version.h +++ b/xmltooling/version.h @@ -39,7 +39,7 @@ #define XMLTOOLING_VERSION_MAJOR 1 #define XMLTOOLING_VERSION_MINOR 4 -#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 628bf33..0de8e09 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,4,1,0 + FILEVERSION 1,4,2,0 PRODUCTVERSION 2,4,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG @@ -51,7 +51,7 @@ BEGIN #else VALUE "FileDescription", "OpenSAML XMLTooling Library\0" #endif - VALUE "FileVersion", "1, 4, 1, 0\0" + VALUE "FileVersion", "1, 4, 2, 0\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG VALUE "InternalName", "xmltooling-lite1_4D\0" -- 2.1.4