From e54deb7f338686e0a62dad2ac79caa9381e46362 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 21 Jul 2011 18:22:24 +0000 Subject: [PATCH] Bump version. --- config_win32.h | 6 +++--- configure.ac | 2 +- cpp-opensaml2.sln | 3 --- saml/Makefile.am | 2 +- saml/saml.rc | 12 ++++++------ saml/version.h | 2 +- 6 files changed, 12 insertions(+), 15 deletions(-) diff --git a/config_win32.h b/config_win32.h index b040216..369f719 100644 --- a/config_win32.h +++ b/config_win32.h @@ -87,13 +87,13 @@ #define PACKAGE_NAME "opensaml" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "opensaml 2.4.2" +#define PACKAGE_STRING "opensaml 2.4.3" /* 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.2" +#define PACKAGE_VERSION "2.4.3" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -106,7 +106,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "2.4.2" +#define VERSION "2.4.3" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.ac b/configure.ac index cf93e48..3fe4fd6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.4.2],[https://issues.shibboleth.net/],[opensaml]) +AC_INIT([opensaml],[2.4.3],[https://issues.shibboleth.net/],[opensaml]) AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) diff --git a/cpp-opensaml2.sln b/cpp-opensaml2.sln index c539c82..8f4e4ff 100644 --- a/cpp-opensaml2.sln +++ b/cpp-opensaml2.sln @@ -68,9 +68,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{08D28DE8-0 m4\doxygen.m4 = m4\doxygen.m4 Makefile.am = Makefile.am opensaml.spec.in = opensaml.spec.in - pkginfo.in = pkginfo.in - Portfile.in = Portfile.in - postinstall = postinstall EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{91D9712D-5D39-42BE-A320-4B55A90D9610}" diff --git a/saml/Makefile.am b/saml/Makefile.am index d001b33..480c34f 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:2:0 +libsaml_la_LDFLAGS = -version-info 7:3: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 97060a6..a37bbb6 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,2,0 - PRODUCTVERSION 2,4,2,0 + FILEVERSION 2,4,3,0 + PRODUCTVERSION 2,4,3,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -46,8 +46,8 @@ BEGIN BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "Internet2\0" - VALUE "FileDescription", "OpenSAML 2.4.2 Library\0" - VALUE "FileVersion", "2, 4, 2, 0\0" + VALUE "FileDescription", "OpenSAML 2.4.3 Library\0" + VALUE "FileVersion", "2, 4, 3, 0\0" #ifdef _DEBUG VALUE "InternalName", "saml2_4D\0" #else @@ -61,8 +61,8 @@ BEGIN VALUE "OriginalFilename", "saml2_4.dll\0" #endif VALUE "PrivateBuild", "\0" - VALUE "ProductName", "OpenSAML 2.4.2\0" - VALUE "ProductVersion", "2, 4, 2, 0\0" + VALUE "ProductName", "OpenSAML 2.4.3\0" + VALUE "ProductVersion", "2, 4, 3, 0\0" VALUE "SpecialBuild", "\0" END END diff --git a/saml/version.h b/saml/version.h index 278adf5..143a806 100644 --- a/saml/version.h +++ b/saml/version.h @@ -43,7 +43,7 @@ #define OPENSAML_VERSION_MAJOR 2 #define OPENSAML_VERSION_MINOR 4 -#define OPENSAML_VERSION_REVISION 2 +#define OPENSAML_VERSION_REVISION 3 /** DO NOT MODIFY BELOW THIS LINE */ -- 2.1.4