[cpp-xmltooling COMMIT] /branches/REL_1/config_win32.h

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 19 18:58:05 EDT 2015


Author: scantor
Date: Thu Mar 19 18:58:05 2015
New Revision: 1055

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1055&view=rev
Log:
Fix Win lib version strings

Modified:
    branches/REL_1/config_win32.h

Modified: branches/REL_1/config_win32.h
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/config_win32.h?rev=1055&r1=1054&r2=1055&view=diff
==============================================================================
--- branches/REL_1/config_win32.h (original)
+++ branches/REL_1/config_win32.h Thu Mar 19 18:58:05 2015
@@ -114,13 +114,13 @@
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.5.3"
+#define PACKAGE_STRING "xmltooling 1.5.4"
 
 /* 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.3"
+#define PACKAGE_VERSION "1.5.4"
 
 /* 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.3"
+#define VERSION "1.5.4"
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */



More information about the commits mailing list