From 3b7c7df48763c322171faecf6992e96e92213337 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Fri, 28 Jan 2011 17:50:35 +0000 Subject: [PATCH] Bump version. --- config_win32.h | 6 +++--- configure.ac | 2 +- saml/Makefile.am | 2 +- saml/saml.rc | 14 +++++++------- saml/version.h | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config_win32.h b/config_win32.h index 25b219a..2820361 100644 --- a/config_win32.h +++ b/config_win32.h @@ -67,13 +67,13 @@ #define PACKAGE_NAME "opensaml" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "opensaml 2.4" +#define PACKAGE_STRING "opensaml 2.4.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "opensaml" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.4" +#define PACKAGE_VERSION "2.4.1" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -86,7 +86,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "2.4" +#define VERSION "2.4.1" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.ac b/configure.ac index e32ed01..f223309 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.4],[https://bugs.internet2.edu/],[opensaml]) +AC_INIT([opensaml],[2.4.1],[https://bugs.internet2.edu/],[opensaml]) AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) diff --git a/saml/Makefile.am b/saml/Makefile.am index f51ca47..3741a34 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -185,7 +185,7 @@ libsaml_la_SOURCES = \ # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html -libsaml_la_LDFLAGS = -version-info 7:0:0 +libsaml_la_LDFLAGS = -version-info 7:1:0 install-exec-hook: for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done diff --git a/saml/saml.rc b/saml/saml.rc index 559837d..a543a1c 100644 --- a/saml/saml.rc +++ b/saml/saml.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,4,0,0 - PRODUCTVERSION 2,4,0,0 + FILEVERSION 2,4,1,0 + PRODUCTVERSION 2,4,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -46,14 +46,14 @@ BEGIN BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "Internet2\0" - VALUE "FileDescription", "OpenSAML 2.4 Library\0" - VALUE "FileVersion", "2, 4, 0, 0\0" + VALUE "FileDescription", "OpenSAML 2.4.1 Library\0" + VALUE "FileVersion", "2, 4, 1, 0\0" #ifdef _DEBUG VALUE "InternalName", "saml2_4D\0" #else VALUE "InternalName", "saml2_4\0" #endif - VALUE "LegalCopyright", "Copyright © 2010 Internet2\0" + VALUE "LegalCopyright", "Copyright © 2011 Internet2\0" VALUE "LegalTrademarks", "\0" #ifdef _DEBUG VALUE "OriginalFilename", "saml2_4D.dll\0" @@ -61,8 +61,8 @@ BEGIN VALUE "OriginalFilename", "saml2_4.dll\0" #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 diff --git a/saml/version.h b/saml/version.h index 73e3ea3..fc3ebec 100644 --- a/saml/version.h +++ b/saml/version.h @@ -39,7 +39,7 @@ #define OPENSAML_VERSION_MAJOR 2 #define OPENSAML_VERSION_MINOR 4 -#define OPENSAML_VERSION_REVISION 0 +#define OPENSAML_VERSION_REVISION 1 /** DO NOT MODIFY BELOW THIS LINE */ -- 2.1.4