You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2017/10/18 14:36:08 UTC

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

Author: wrowe
Date: Wed Oct 18 14:36:07 2017
New Revision: 1812526

URL: http://svn.apache.org/viewvc?rev=1812526&view=rev
Log:
Minor STATUS housekeeping, prepare to tag

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=1812526&r1=1812525&r2=1812526&view=diff
==============================================================================
--- apr/apr-util/branches/1.6.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.6.x/STATUS [utf-8] Wed Oct 18 14:36:07 2017
@@ -3,7 +3,8 @@ Last modified at [$Date$]
 
 Releases:
     2.0.0     : None/EOL - merged into apr/trunk/
-    1.6.0     : tagged April 15, 2017
+    1.6.1     : tagged October 18, 2017
+    1.6.0     : released June 14, 2017
     1.5.4     : released September 22, 2014
     1.5.3     : released November 18, 2013
     1.5.2     : released April 4, 2013

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=1812526&r1=1812525&r2=1812526&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 Wed Oct 18 14:36:07 2017
@@ -69,7 +69,7 @@
  * "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)