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:54:11 UTC

svn commit: r1907165 - /apr/apr-util/branches/1.6.x/include/apu_version.h

Author: covener
Date: Tue Jan 31 20:54:11 2023
New Revision: 1907165

URL: http://svn.apache.org/viewvc?rev=1907165&view=rev
Log:
prep for new version for packaging issue

Modified:
    apr/apr-util/branches/1.6.x/include/apu_version.h

Modified: apr/apr-util/branches/1.6.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.6.x/include/apu_version.h?rev=1907165&r1=1907164&r2=1907165&view=diff
==============================================================================
--- apr/apr-util/branches/1.6.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.6.x/include/apu_version.h Tue Jan 31 20:54:11 2023
@@ -62,14 +62,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APU_PATCH_VERSION       2
+#define APU_PATCH_VERSION       3
 
 /** 
  * The symbol APU_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-#define APU_IS_DEV_VERSION 
+/* #undef APU_IS_DEV_VERSION  */
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)