summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcovener <covener@13f79535-47bb-0310-9956-ffa450edef68>2023-01-31 20:53:26 +0000
committercovener <covener@13f79535-47bb-0310-9956-ffa450edef68>2023-01-31 20:53:26 +0000
commit41277f210b2041c0d905a5f287f139146fa52fba (patch)
treed972a6a713ef0a3afd4b2a11399c2a1a11fdacd0
parenta5c302ed7c2533b579ac32832204581ad91a7428 (diff)
downloadlibapr-41277f210b2041c0d905a5f287f139146fa52fba.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