You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/06/13 16:40:42 UTC

svn commit: r1798612 - /httpd/site/trunk/tools/release.sh

Author: jim
Date: Tue Jun 13 16:40:42 2017
New Revision: 1798612

URL: http://svn.apache.org/viewvc?rev=1798612&view=rev
Log:
Use latest revs of APR

Modified:
    httpd/site/trunk/tools/release.sh

Modified: httpd/site/trunk/tools/release.sh
URL: http://svn.apache.org/viewvc/httpd/site/trunk/tools/release.sh?rev=1798612&r1=1798611&r2=1798612&view=diff
==============================================================================
--- httpd/site/trunk/tools/release.sh (original)
+++ httpd/site/trunk/tools/release.sh Tue Jun 13 16:40:42 2017
@@ -112,8 +112,8 @@ case "$1" in
     branch="branches/2.4.x"
 
     apr_xxx_in_srclib=1  # so the build of httpd completes
-    apr_tag="1.5.2"      # for build
-    apu_tag="1.5.4"      # for build
+    apr_tag="1.6.2"      # for build
+    apu_tag="1.6.0"      # for build
     separate_deps=1      # not used/released
     ;;
 
@@ -127,8 +127,8 @@ case "$1" in
     branch="trunk"
 
     apr_xxx_in_srclib=1
-    apr_tag="1.5.2"
-    apu_tag="1.5.4"
+    apr_tag="1.6.2"
+    apu_tag="1.6.0"
     separate_deps=1
     ;;
   *)