You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by co...@apache.org on 2023/01/31 20:53:26 UTC

svn commit: r1907164 - /apr/apr/branches/1.7.x/include/apr_version.h

Author: covener
Date: Tue Jan 31 20:53:26 2023
New Revision: 1907164

URL: http://svn.apache.org/viewvc?rev=1907164&view=rev
Log:
prop for 1.7.2 for packaging issue


Modified:
    apr/apr/branches/1.7.x/include/apr_version.h

Modified: apr/apr/branches/1.7.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/apr_version.h?rev=1907164&r1=1907163&r2=1907164&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/include/apr_version.h (original)
+++ apr/apr/branches/1.7.x/include/apr_version.h Tue Jan 31 20:53:26 2023
@@ -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