summaryrefslogtreecommitdiffstats
path: root/contrib/apr/include/apr_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apr/include/apr_version.h')
-rw-r--r--contrib/apr/include/apr_version.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/apr/include/apr_version.h b/contrib/apr/include/apr_version.h
index 8122320..4b06508 100644
--- a/contrib/apr/include/apr_version.h
+++ b/contrib/apr/include/apr_version.h
@@ -38,6 +38,9 @@
*/
+#define APR_COPYRIGHT "Copyright (c) 2013 The Apache Software " \
+ "Foundation or its licensors, as applicable."
+
/* The numeric compile-time version constants. These constants are the
* authoritative version numbers for APR.
*/
@@ -59,7 +62,7 @@
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APR_PATCH_VERSION 6
+#define APR_PATCH_VERSION 8
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,
@@ -87,7 +90,9 @@
#if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)
/** Internal: string form of the "is dev" flag */
+#ifndef APR_IS_DEV_STRING
#define APR_IS_DEV_STRING "-dev"
+#endif
#else
#define APR_IS_DEV_STRING ""
#endif
OpenPOWER on IntegriCloud