From: Scott Cantor Date: Mon, 3 Aug 2009 18:07:41 +0000 (+0000) Subject: Version bump. X-Git-Tag: 2.2.1~11 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=4eaa2004613786e02eaf108f5d65ee5eea247889 Version bump. --- diff --git a/Portfile b/Portfile index ee5e542..04b94dc 100644 --- a/Portfile +++ b/Portfile @@ -1,8 +1,7 @@ PortSystem 1.0 name opensaml -version 2.2 -revision 1 +version 2.2.1 categories shibboleth maintainers cantor.2@osu.edu description OpenSAML 2 library for C++ diff --git a/configure.ac b/configure.ac index c5330c0..a5185f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml], [2.2], [mace-opensaml-users@internet2.edu], [saml]) +AC_INIT([opensaml], [2.2.1], [mace-opensaml-users@internet2.edu], [saml]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([opensaml], [2.2]) +AM_INIT_AUTOMAKE([opensaml], [2.2.1]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/saml/Makefile.am b/saml/Makefile.am index 7befd53..fc4c9ed 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -180,7 +180,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 4:0:0 +libsaml_la_LDFLAGS = -version-info 4: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 fdc53bc..2b2d06c 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,2,0,0 - PRODUCTVERSION 2,2,0,0 + FILEVERSION 2,2,1,0 + PRODUCTVERSION 2,2,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.2 Library\0" - VALUE "FileVersion", "2, 2, 0, 0\0" + VALUE "FileDescription", "OpenSAML 2.2.1 Library\0" + VALUE "FileVersion", "2, 2, 1, 0\0" #ifdef _DEBUG VALUE "InternalName", "saml2_2D\0" #else VALUE "InternalName", "saml2_2\0" #endif - VALUE "LegalCopyright", "Copyright © 2008 Internet2\0" + VALUE "LegalCopyright", "Copyright © 2009 Internet2\0" VALUE "LegalTrademarks", "\0" #ifdef _DEBUG VALUE "OriginalFilename", "saml2_2D.dll\0" @@ -61,8 +61,8 @@ BEGIN VALUE "OriginalFilename", "saml2_2.dll\0" #endif VALUE "PrivateBuild", "\0" - VALUE "ProductName", "OpenSAML 2.2\0" - VALUE "ProductVersion", "2, 2, 0, 0\0" + VALUE "ProductName", "OpenSAML 2.2.1\0" + VALUE "ProductVersion", "2, 2, 1, 0\0" VALUE "SpecialBuild", "\0" END END diff --git a/saml/version.h b/saml/version.h index 326c71e..9824ac2 100644 --- a/saml/version.h +++ b/saml/version.h @@ -39,7 +39,7 @@ #define OPENSAML_VERSION_MAJOR 2 #define OPENSAML_VERSION_MINOR 2 -#define OPENSAML_VERSION_REVISION 0 +#define OPENSAML_VERSION_REVISION 1 /** DO NOT MODIFY BELOW THIS LINE */