summaryrefslogtreecommitdiffstats
path: root/contrib/apr/include/apr_version.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2015-10-12 04:57:36 +0000
committerpeter <peter@FreeBSD.org>2015-10-12 04:57:36 +0000
commit6a8fa4cab570f77af8326e0339fdf0b4c09756c6 (patch)
tree64caa5ea4f1fe4b74e7d1dcbc5bdc3c674998b26 /contrib/apr/include/apr_version.h
parent5ee4ad2f183130d523ba9911b00fe7b158897de8 (diff)
downloadFreeBSD-src-6a8fa4cab570f77af8326e0339fdf0b4c09756c6.zip
FreeBSD-src-6a8fa4cab570f77af8326e0339fdf0b4c09756c6.tar.gz
MFC: r269851,r272076,r274884,r282328,r285644,r286503,r286504,r286505,
r286506,r286510,r286561,r286562,r287034 Update svnlite from 1.8.10 to 1.8.14, and the support components: serf->1.3.8, apr->1.5.2, apr-util->1.5.4, sqlite3->3.8.11.1 This includes syncing the developer templates with head.
Diffstat (limited to 'contrib/apr/include/apr_version.h')
-rw-r--r--contrib/apr/include/apr_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/apr/include/apr_version.h b/contrib/apr/include/apr_version.h
index 2111053..c7cbb8f 100644
--- a/contrib/apr/include/apr_version.h
+++ b/contrib/apr/include/apr_version.h
@@ -38,7 +38,7 @@
*/
-#define APR_COPYRIGHT "Copyright (c) 2000-2014 The Apache Software " \
+#define APR_COPYRIGHT "Copyright (c) 2000-2015 The Apache Software " \
"Foundation or its licensors, as applicable."
/* The numeric compile-time version constants. These constants are the
@@ -62,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 1
+#define APR_PATCH_VERSION 2
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,
OpenPOWER on IntegriCloud