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:09:20 UTC

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

Author: druggeri
Date: Sat Feb 24 11:09:20 2018
New Revision: 1825214

URL: http://svn.apache.org/viewvc?rev=1825214&view=rev
Log:
Bump to latest aprxxx for trunk also

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=1825214&r1=1825213&r2=1825214&view=diff
==============================================================================
--- httpd/site/trunk/tools/release.sh (original)
+++ httpd/site/trunk/tools/release.sh Sat Feb 24 11:09:20 2018
@@ -127,8 +127,8 @@ case "$1" in
     branch="trunk"
 
     apr_xxx_in_srclib=1
-    apr_tag="1.6.2"
-    apu_tag="1.6.0"
+    apr_tag="1.6.3"
+    apu_tag="1.6.1"
     separate_deps=1
     ;;
   *)