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 2013/02/18 21:13:38 UTC

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

Author: jim
Date: Mon Feb 18 20:13:37 2013
New Revision: 1447455

URL: http://svn.apache.org/r1447455
Log:
Use latest apu

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=1447455&r1=1447454&r2=1447455&view=diff
==============================================================================
--- httpd/site/trunk/tools/release.sh (original)
+++ httpd/site/trunk/tools/release.sh Mon Feb 18 20:13:37 2013
@@ -113,7 +113,7 @@ case "$1" in
 
     apr_xxx_in_srclib=1
     apr_tag="1.4.6"
-    apu_tag="1.4.1"
+    apu_tag="1.5.1"
     ;;
 
   httpd-2.4)
@@ -127,7 +127,7 @@ case "$1" in
 
     apr_xxx_in_srclib=1  # so the build of httpd completes
     apr_tag="1.4.6"      # for build
-    apu_tag="1.4.1"      # for build
+    apu_tag="1.5.1"      # for build
     separate_deps=1      # not used/released
     ;;
 
@@ -142,7 +142,7 @@ case "$1" in
 
     apr_xxx_in_srclib=1
     apr_tag="1.4.6"
-    apu_tag="1.4.1"
+    apu_tag="1.5.1"
     separate_deps=1
     ;;
   *)