Bump version to 2.5.1
authorScott Cantor <cantor.2@osu.edu>
Fri, 26 Oct 2012 02:54:00 +0000 (02:54 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 26 Oct 2012 02:54:00 +0000 (02:54 +0000)
config_win32.h
configure.ac
saml/Makefile.am
saml/saml.rc
saml/version.h

index e32e925..4d60586 100644 (file)
 #define PACKAGE_NAME "opensaml"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "opensaml 2.5.0"
+#define PACKAGE_STRING "opensaml 2.5.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.5.0"
+#define PACKAGE_VERSION "2.5.1"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "2.5.0"
+#define VERSION "2.5.1"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index b66a34d..b85bf18 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([opensaml],[2.5.0],[https://issues.shibboleth.net/],[opensaml])
+AC_INIT([opensaml],[2.5.1],[https://issues.shibboleth.net/],[opensaml])
 AC_CONFIG_SRCDIR(saml)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
index d138a3e..643ab6d 100644 (file)
@@ -191,7 +191,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 8:0:0
+libsaml_la_LDFLAGS = -version-info 8:1:0
 
 install-exec-hook:
        for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
index cfc92b9..85a66e2 100644 (file)
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //\r
 \r
 VS_VERSION_INFO VERSIONINFO\r
- FILEVERSION 2,5,0,0\r
- PRODUCTVERSION 2,5,0,0\r
+ FILEVERSION 2,5,1,0\r
+ PRODUCTVERSION 2,5,1,0\r
  FILEFLAGSMASK 0x3fL\r
 #ifdef _DEBUG\r
  FILEFLAGS 0x1L\r
@@ -47,7 +47,7 @@ BEGIN
             VALUE "Comments", "\0"\r
             VALUE "CompanyName", "Shibboleth Consortium\0"\r
             VALUE "FileDescription", "OpenSAML Library\0"\r
-            VALUE "FileVersion", "2, 5, 0, 0\0"\r
+            VALUE "FileVersion", "2, 5, 1, 0\0"\r
 #ifdef _DEBUG\r
             VALUE "InternalName", "saml2_5D\0"\r
 #else\r
@@ -61,8 +61,8 @@ BEGIN
             VALUE "OriginalFilename", "saml2_5.dll\0"\r
 #endif\r
             VALUE "PrivateBuild", "\0"\r
-            VALUE "ProductName", "OpenSAML 2.5.0\0"\r
-            VALUE "ProductVersion", "2, 5, 0, 0\0"\r
+            VALUE "ProductName", "OpenSAML 2.5.1\0"\r
+            VALUE "ProductVersion", "2, 5, 1, 0\0"\r
             VALUE "SpecialBuild", "\0"\r
         END\r
     END\r
index d9da856..9f9656d 100644 (file)
@@ -44,7 +44,7 @@
 
 #define OPENSAML_VERSION_MAJOR 2
 #define OPENSAML_VERSION_MINOR 5
-#define OPENSAML_VERSION_REVISION 0
+#define OPENSAML_VERSION_REVISION 1
 
 /** DO NOT MODIFY BELOW THIS LINE */