You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@apache.org on 2018/02/24 11:07:37 UTC

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

Author: druggeri
Date: Sat Feb 24 11:07:37 2018
New Revision: 1825213

URL: http://svn.apache.org/viewvc?rev=1825213&view=rev
Log:
Bump to latest aprxxx

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=1825213&r1=1825212&r2=1825213&view=diff
==============================================================================
--- httpd/site/trunk/tools/release.sh (original)
+++ httpd/site/trunk/tools/release.sh Sat Feb 24 11:07:37 2018
@@ -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.6.2"      # for build
-    apu_tag="1.6.0"      # for build
+    apr_tag="1.6.3"      # for build
+    apu_tag="1.6.1"      # for build
     separate_deps=1      # not used/released
     ;;