Bump version.
authorScott Cantor <cantor.2@osu.edu>
Fri, 28 Jan 2011 17:50:35 +0000 (17:50 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 28 Jan 2011 17:50:35 +0000 (17:50 +0000)
config_win32.h
configure.ac
saml/Makefile.am
saml/saml.rc
saml/version.h

index 25b219a..2820361 100644 (file)
 #define PACKAGE_NAME "opensaml"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "opensaml 2.4"
+#define PACKAGE_STRING "opensaml 2.4.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.4"
+#define PACKAGE_VERSION "2.4.1"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -86,7 +86,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "2.4"
+#define VERSION "2.4.1"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index e32ed01..f223309 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([opensaml],[2.4],[https://bugs.internet2.edu/],[opensaml])
+AC_INIT([opensaml],[2.4.1],[https://bugs.internet2.edu/],[opensaml])
 AC_CONFIG_SRCDIR(saml)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
index f51ca47..3741a34 100644 (file)
@@ -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:0:0
+libsaml_la_LDFLAGS = -version-info 7:1:0
 
 install-exec-hook:
        for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
index 559837d..a543a1c 100644 (file)
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //\r
 \r
 VS_VERSION_INFO VERSIONINFO\r
- FILEVERSION 2,4,0,0\r
- PRODUCTVERSION 2,4,0,0\r
+ FILEVERSION 2,4,1,0\r
+ PRODUCTVERSION 2,4,1,0\r
  FILEFLAGSMASK 0x3fL\r
 #ifdef _DEBUG\r
  FILEFLAGS 0x1L\r
@@ -46,14 +46,14 @@ BEGIN
         BEGIN\r
             VALUE "Comments", "\0"\r
             VALUE "CompanyName", "Internet2\0"\r
-            VALUE "FileDescription", "OpenSAML 2.4 Library\0"\r
-            VALUE "FileVersion", "2, 4, 0, 0\0"\r
+            VALUE "FileDescription", "OpenSAML 2.4.1 Library\0"\r
+            VALUE "FileVersion", "2, 4, 1, 0\0"\r
 #ifdef _DEBUG\r
             VALUE "InternalName", "saml2_4D\0"\r
 #else\r
             VALUE "InternalName", "saml2_4\0"\r
 #endif\r
-            VALUE "LegalCopyright", "Copyright © 2010 Internet2\0"\r
+            VALUE "LegalCopyright", "Copyright © 2011 Internet2\0"\r
             VALUE "LegalTrademarks", "\0"\r
 #ifdef _DEBUG\r
             VALUE "OriginalFilename", "saml2_4D.dll\0"\r
@@ -61,8 +61,8 @@ BEGIN
             VALUE "OriginalFilename", "saml2_4.dll\0"\r
 #endif\r
             VALUE "PrivateBuild", "\0"\r
-            VALUE "ProductName", "OpenSAML 2.4\0"\r
-            VALUE "ProductVersion", "2, 4, 0, 0\0"\r
+            VALUE "ProductName", "OpenSAML 2.4.1\0"\r
+            VALUE "ProductVersion", "2, 4, 1, 0\0"\r
             VALUE "SpecialBuild", "\0"\r
         END\r
     END\r
index 73e3ea3..fc3ebec 100644 (file)
@@ -39,7 +39,7 @@
 
 #define OPENSAML_VERSION_MAJOR 2
 #define OPENSAML_VERSION_MINOR 4
-#define OPENSAML_VERSION_REVISION 0
+#define OPENSAML_VERSION_REVISION 1
 
 /** DO NOT MODIFY BELOW THIS LINE */