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 15:29:26 UTC

svn commit: r1907159 - in /apr/apr-util/branches/1.6.x: STATUS include/apu_version.h

Author: covener
Date: Tue Jan 31 15:29:25 2023
New Revision: 1907159

URL: http://svn.apache.org/viewvc?rev=1907159&view=rev
Log:
update dev tree


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

Modified: apr/apr-util/branches/1.6.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.6.x/STATUS?rev=1907159&r1=1907158&r2=1907159&view=diff
==============================================================================
--- apr/apr-util/branches/1.6.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.6.x/STATUS [utf-8] Tue Jan 31 15:29:25 2023
@@ -4,7 +4,8 @@ Last modified at [$Date$]
 Releases:
     2.0.0     : None/EOL - merged into ../apr/trunk/
     1.7.0     : in development on branches/1.7.x
-    1.6.2     : in maintenance
+    1.6.3     : in maintenance
+    1.6.2     : released January 31, 2023
     1.6.1     : released October 22, 2017
     1.6.0     : released June 14, 2017
     1.5.4     : released September 22, 2014

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=1907159&r1=1907158&r2=1907159&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 15:29:25 2023
@@ -69,7 +69,7 @@
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-/* #undef APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION 
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)