diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2014-09-24 18:12:23 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2014-09-24 18:12:23 +0000 |
| commit | f5bbf7923e42e842c4c6d067e48b2a94bc40de0d (patch) | |
| tree | 6ea640c5c2b764bc35cadc62d9134dd04f2288be /include | |
| parent | 5bf7090be49a8f79350e8a04ecf260984cb126cf (diff) | |
Vendor import apr-util-1.5.4 - a minor bug fix release.vendor/apr-util/apr-util-1.5.4
Notes
svn path=/vendor/apr-util/dist/; revision=272074
svn path=/vendor/apr-util/apr-util-1.5.4/; revision=272075; tag=vendor/apr-util/apr-util-1.5.4
Diffstat (limited to 'include')
| -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 a7a587876244..8d976291ff6d 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, |
