[cpp-sp COMMIT] /branches/REL_2/config_win32.h
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 19 15:30:22 EDT 2015
Author: scantor
Date: Thu Mar 19 15:30:22 2015
New Revision: 3916
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3916&view=rev
Log:
Fix version macros
Modified:
branches/REL_2/config_win32.h
Modified: branches/REL_2/config_win32.h
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/config_win32.h?rev=3916&r1=3915&r2=3916&view=diff
==============================================================================
--- branches/REL_2/config_win32.h (original)
+++ branches/REL_2/config_win32.h Thu Mar 19 15:30:22 2015
@@ -135,13 +135,13 @@
#define PACKAGE_NAME "shibboleth"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth 2.5.3"
+#define PACKAGE_STRING "shibboleth 2.5.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "shibboleth-sp"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "2.5.3"
+#define PACKAGE_VERSION "2.5.4"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -154,7 +154,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "2.5.3"
+#define VERSION "2.5.4"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
More information about the commits
mailing list