From f682df64b248958551cf7cf8e7305c8cc3360d24 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 13 Aug 2008 16:51:58 +0000 Subject: [PATCH] Bump the version to 2.1.1 for anybody pulling fixes. --- config_win32.h | 4 ++-- configure.ac | 4 ++-- saml/saml.rc | 12 ++++++------ saml/version.h | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config_win32.h b/config_win32.h index b85d254..c82a05f 100644 --- a/config_win32.h +++ b/config_win32.h @@ -70,7 +70,7 @@ #define PACKAGE_TARNAME "opensaml" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.1" +#define PACKAGE_VERSION "2.1.1" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -83,7 +83,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "2.1" +#define VERSION "2.1.1" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.ac b/configure.ac index ca3b886..e51f74a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml], [2.1], [mace-opensaml-users@internet2.edu], [saml]) +AC_INIT([opensaml], [2.1.1], [mace-opensaml-users@internet2.edu], [saml]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([opensaml], [2.1]) +AM_INIT_AUTOMAKE([opensaml], [2.1.1]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/saml/saml.rc b/saml/saml.rc index 725b529..4d01496 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,1,0,0 - PRODUCTVERSION 2,1,0,0 + FILEVERSION 2,1,1,0 + PRODUCTVERSION 2,1,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -46,8 +46,8 @@ BEGIN BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "Internet2\0" - VALUE "FileDescription", "OpenSAML 2.1 Library\0" - VALUE "FileVersion", "2, 1, 0, 0\0" + VALUE "FileDescription", "OpenSAML 2.1.1 Library\0" + VALUE "FileVersion", "2, 1, 1, 0\0" #ifdef _DEBUG VALUE "InternalName", "saml2_1D\0" #else @@ -61,8 +61,8 @@ BEGIN VALUE "OriginalFilename", "saml2_1.dll\0" #endif VALUE "PrivateBuild", "\0" - VALUE "ProductName", "OpenSAML 2.1\0" - VALUE "ProductVersion", "2, 1, 0, 0\0" + VALUE "ProductName", "OpenSAML 2.1.1\0" + VALUE "ProductVersion", "2, 1, 1, 0\0" VALUE "SpecialBuild", "\0" END END diff --git a/saml/version.h b/saml/version.h index 603a88d..a5b88ae 100644 --- a/saml/version.h +++ b/saml/version.h @@ -39,7 +39,7 @@ #define OPENSAML_VERSION_MAJOR 2 #define OPENSAML_VERSION_MINOR 1 -#define OPENSAML_VERSION_REVISION 0 +#define OPENSAML_VERSION_REVISION 1 /** DO NOT MODIFY BELOW THIS LINE */ -- 2.1.4