diff options
Diffstat (limited to 'include/apu_version.h')
-rw-r--r-- | include/apu_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apu_version.h b/include/apu_version.h index a7a5878762447..8d976291ff6d3 100644 --- a/include/apu_version.h +++ b/include/apu_version.h @@ -38,7 +38,7 @@ */ -#define APU_COPYRIGHT "Copyright (c) 2013 The Apache Software " \ +#define APU_COPYRIGHT "Copyright (c) 2000-2014 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 APU_PATCH_VERSION 3 +#define APU_PATCH_VERSION 4 /** * The symbol APU_IS_DEV_VERSION is only defined for internal, |