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 2011/05/20 11:34:56 UTC

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

Author: jim
Date: Fri May 20 09:34:56 2011
New Revision: 1125293

URL: http://svn.apache.org/viewvc?rev=1125293&view=rev
Log:
Get ready for newer apr/apu's

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=1125293&r1=1125292&r2=1125293&view=diff
==============================================================================
--- httpd/site/trunk/tools/release.sh (original)
+++ httpd/site/trunk/tools/release.sh Fri May 20 09:34:56 2011
@@ -112,8 +112,8 @@ case "$1" in
     branch="branches/2.2.x"
 
     apr_xxx_in_srclib=1
-    apr_tag="1.4.4"
-    apu_tag="1.3.11"
+    apr_tag="1.4.5"
+    apu_tag="1.3.12"
     ;;
 
   httpd-2.3)
@@ -126,8 +126,8 @@ case "$1" in
     branch="trunk"
 
     apr_xxx_in_srclib=1
-    apr_tag="1.4.4"
-    apu_tag="1.3.11"
+    apr_tag="1.4.5"
+    apu_tag="1.3.12"
     separate_deps=1
     ;;
   *)