From 9d5f57b50afce9bdaa2a663071153bf99780f130 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 17 May 2012 16:36:24 +0000 Subject: [PATCH] Include patch version --- config_win32.h | 6 +++--- configure.ac | 2 +- saml/saml.rc | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config_win32.h b/config_win32.h index 8084872..e32e925 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.5" +#define PACKAGE_STRING "opensaml 2.5.0" /* 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.5" +#define PACKAGE_VERSION "2.5.0" /* 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.5" +#define VERSION "2.5.0" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.ac b/configure.ac index d7191f0..b66a34d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.5],[https://issues.shibboleth.net/],[opensaml]) +AC_INIT([opensaml],[2.5.0],[https://issues.shibboleth.net/],[opensaml]) AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) diff --git a/saml/saml.rc b/saml/saml.rc index b923f4b..cfc92b9 100644 --- a/saml/saml.rc +++ b/saml/saml.rc @@ -45,15 +45,15 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "\0" - VALUE "CompanyName", "Internet2\0" - VALUE "FileDescription", "OpenSAML 2.5 Library\0" + VALUE "CompanyName", "Shibboleth Consortium\0" + VALUE "FileDescription", "OpenSAML Library\0" VALUE "FileVersion", "2, 5, 0, 0\0" #ifdef _DEBUG VALUE "InternalName", "saml2_5D\0" #else VALUE "InternalName", "saml2_5\0" #endif - VALUE "LegalCopyright", "Copyright © 2011 UCAID\0" + VALUE "LegalCopyright", "Copyright © 2012 UCAID\0" VALUE "LegalTrademarks", "\0" #ifdef _DEBUG VALUE "OriginalFilename", "saml2_5D.dll\0" @@ -61,7 +61,7 @@ BEGIN VALUE "OriginalFilename", "saml2_5.dll\0" #endif VALUE "PrivateBuild", "\0" - VALUE "ProductName", "OpenSAML 2.5\0" + VALUE "ProductName", "OpenSAML 2.5.0\0" VALUE "ProductVersion", "2, 5, 0, 0\0" VALUE "SpecialBuild", "\0" END -- 2.1.4