summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-01-31 20:53:26 +0000
committerEric Covener <covener@apache.org>2023-01-31 20:53:26 +0000
commitbdfd46e893523f15b6f3a43e110591a7d462cc58 (patch)
treed972a6a713ef0a3afd4b2a11399c2a1a11fdacd0
parentba785745ee4257a0067ae2e77b9e8b2d6832be7b (diff)
downloadapr-bdfd46e893523f15b6f3a43e110591a7d462cc58.tar.gz
prop for 1.7.2 for packaging issue
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1907164 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index 107a70e9f..cfa1cab2a 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -62,14 +62,14 @@
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APR_PATCH_VERSION 1
+#define APR_PATCH_VERSION 2
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,
* "development" copies of APR. It is undefined for released versions
* of APR.
*/
-#define APR_IS_DEV_VERSION
+/* #undef APR_IS_DEV_VERSION */
/**
* Check at compile time if the APR version is at least a certain