diff options
Diffstat (limited to 'contrib/apr/include/apr_version.h')
-rw-r--r-- | contrib/apr/include/apr_version.h | 4 |
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, |