diff options
author | Garrett Rooney <rooneg@apache.org> | 2006-01-27 05:56:11 +0000 |
---|---|---|
committer | Garrett Rooney <rooneg@apache.org> | 2006-01-27 05:56:11 +0000 |
commit | 8a2dbcc0774560f7b0cf9d4f7e0eca4ed2c1a238 (patch) | |
tree | 3fdefed3fa3e8a67f73e9b2df4af22efd6c7f926 | |
parent | d9c72e2007b539d7e18c3a05a8a8050bae9d32c6 (diff) | |
parent | 90aea9c0bc69b4007bdbb9e6812d2aa250f6f23a (diff) | |
download | apr-0.9.8.tar.gz |
Prepare to roll 0.9.8.0.9.8
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/tags/0.9.8@372759 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | include/apr_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_version.h b/include/apr_version.h index 3a839e0a2..0f23a2f84 100644 --- a/include/apr_version.h +++ b/include/apr_version.h @@ -67,7 +67,7 @@ extern "C" { * This symbol is defined for internal, "development" copies of APR. This * symbol will be #undef'd for releases. */ -#define APR_IS_DEV_VERSION +#undef APR_IS_DEV_VERSION /** The formatted string of APR's version */ |