[cpp-xmltooling COMMIT] in /branches/REL_1: config_win32.h configure.ac xmltooling/Makefile.am xmltooling/version.h x...

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 25 22:52:27 EDT 2012


Author: scantor
Date: Thu Oct 25 22:52:27 2012
New Revision: 1005

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1005&view=rev
Log:
Bump version to 1.5.2

Modified:
    branches/REL_1/config_win32.h
    branches/REL_1/configure.ac
    branches/REL_1/xmltooling/Makefile.am
    branches/REL_1/xmltooling/version.h
    branches/REL_1/xmltooling/xmltooling.rc

Modified: branches/REL_1/config_win32.h
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/config_win32.h?rev=1005&r1=1004&r2=1005&view=diff
==============================================================================
--- branches/REL_1/config_win32.h (original)
+++ branches/REL_1/config_win32.h Thu Oct 25 22:52:27 2012
@@ -114,13 +114,13 @@
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.5.1"
+#define PACKAGE_STRING "xmltooling 1.5.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xmltooling"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5.1"
+#define PACKAGE_VERSION "1.5.2"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -133,7 +133,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "1.5.1"
+#define VERSION "1.5.2"
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */

Modified: branches/REL_1/configure.ac
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/configure.ac?rev=1005&r1=1004&r2=1005&view=diff
==============================================================================
--- branches/REL_1/configure.ac (original)
+++ branches/REL_1/configure.ac Thu Oct 25 22:52:27 2012
@@ -1,6 +1,6 @@
 # Process this file with autoreconf
 AC_PREREQ([2.50])
-AC_INIT([xmltooling],[1.5.1],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[1.5.2],[https://issues.shibboleth.net/],[xmltooling])
 AC_CONFIG_SRCDIR(xmltooling)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)

Modified: branches/REL_1/xmltooling/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/Makefile.am?rev=1005&r1=1004&r2=1005&view=diff
==============================================================================
--- branches/REL_1/xmltooling/Makefile.am (original)
+++ branches/REL_1/xmltooling/Makefile.am Thu Oct 25 22:52:27 2012
@@ -204,13 +204,13 @@
 libxmltooling_lite_la_SOURCES = \
 	${common_sources}
 libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
-libxmltooling_lite_la_LDFLAGS = -version-info 6:1:0
+libxmltooling_lite_la_LDFLAGS = -version-info 6:2:0
 
 if BUILD_XMLSEC
 libxmltooling_la_SOURCES = \
 	${common_sources} \
 	${xmlsec_sources}
-libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:1:0
+libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:2:0
 endif
 
 install-exec-hook:

Modified: branches/REL_1/xmltooling/version.h
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/version.h?rev=1005&r1=1004&r2=1005&view=diff
==============================================================================
--- branches/REL_1/xmltooling/version.h (original)
+++ branches/REL_1/xmltooling/version.h Thu Oct 25 22:52:27 2012
@@ -44,7 +44,7 @@
 
 #define XMLTOOLING_VERSION_MAJOR 1
 #define XMLTOOLING_VERSION_MINOR 5
-#define XMLTOOLING_VERSION_REVISION 1
+#define XMLTOOLING_VERSION_REVISION 2
 
 /** DO NOT MODIFY BELOW THIS LINE */
 

Modified: branches/REL_1/xmltooling/xmltooling.rc
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/xmltooling.rc?rev=1005&r1=1004&r2=1005&view=diff
==============================================================================
--- branches/REL_1/xmltooling/xmltooling.rc (original)
+++ branches/REL_1/xmltooling/xmltooling.rc Thu Oct 25 22:52:27 2012
@@ -51,7 +51,7 @@
 #else
             VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
 #endif
-            VALUE "FileVersion", "1, 5, 1, 0\0"
+            VALUE "FileVersion", "1, 5, 2, 0\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
             VALUE "InternalName", "xmltooling-lite1_5D\0"
@@ -81,8 +81,8 @@
 #endif
 #endif
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "OpenSAML 2.5.0\0"
-            VALUE "ProductVersion", "2, 5, 0, 0\0"
+            VALUE "ProductName", "OpenSAML 2.5.1\0"
+            VALUE "ProductVersion", "2, 5, 1, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END



More information about the commits mailing list