summaryrefslogtreecommitdiff
path: root/include/apr_version.h
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2003-09-26 07:42:49 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2003-09-26 07:42:49 +0000
commit08f91d6d4b06731c644770225259338e24253607 (patch)
tree93c7416e4ab0719a7120eff2c2ba6a34599049fa /include/apr_version.h
parentb48e458ea3de55039272904f8d0d7f4714b7fe3d (diff)
downloadapr-08f91d6d4b06731c644770225259338e24253607.tar.gz
Hmm. We're not on the 0.9.x branch. HEAD is 1.0-dev.
(This may horribly break all of your programs, but it had to happen anyway when we went to 1.0. Better to find out now.) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_version.h')
-rw-r--r--include/apr_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index b56dde2f1..ab01ccf19 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -90,16 +90,16 @@ extern "C" {
* programs such as structure size changes. No binary compatibility is
* possible across a change in the major version.
*/
-#define APR_MAJOR_VERSION 0
+#define APR_MAJOR_VERSION 1
/**
* Minor API changes that do not cause binary compatibility problems.
* Should be reset to 0 when upgrading APR_MAJOR_VERSION
*/
-#define APR_MINOR_VERSION 9
+#define APR_MINOR_VERSION 0
/** patch level */
-#define APR_PATCH_VERSION 4
+#define APR_PATCH_VERSION 0
/**