summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-08-03 09:28:07 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-08-03 09:28:07 +0000
commit9a5010aaa2b31dab3bf6b99c17a7d6a3e5587d5d (patch)
tree96160cb2b569b8c600c1218e7cada9d20e83cec0
parent8fdb66847bdcae8a5fd35b8a20b87a70ea78766c (diff)
downloadlibapr-9a5010aaa2b31dab3bf6b99c17a7d6a3e5587d5d.tar.gz
HEAD is now 1.0.1 and is once again a dev version
When testing this apr-1-config didn't show the "-dev" as I'd have expected. Don't have time to trace more than that! git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65297 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_version.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index af307b48f..08d5f3a26 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -60,8 +60,13 @@ extern "C" {
#define APR_MINOR_VERSION 0
/** patch level */
-#define APR_PATCH_VERSION 0
+#define APR_PATCH_VERSION 1
+/**
+ * This symbol is defined for internal, "development" copies of APR.
+ * This symbol should be #undef'd for releases.
+ */
+#define APR_IS_DEV_VERSION
/** The formatted string of APR's version */
#define APR_VERSION_STRING \