diff options
Diffstat (limited to 'include/apr_version.h')
-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 afb084437..08bcd288b 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. */ -/* #undef APR_IS_DEV_VERSION */ +/* #define APR_IS_DEV_VERSION */ /** The formatted string of APR's version */ |