You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2005/04/01 21:10:37 UTC

svn commit: r159719 - httpd/httpd/dist/tools/release.sh

Author: striker
Date: Fri Apr  1 11:10:35 2005
New Revision: 159719

URL: http://svn.apache.org/viewcvs?view=rev&rev=159719
Log:
* tools/release.sh

  Use apr/apr-util 0.9.6 for 2.0 releases.

Modified:
    httpd/httpd/dist/tools/release.sh

Modified: httpd/httpd/dist/tools/release.sh
URL: http://svn.apache.org/viewcvs/httpd/httpd/dist/tools/release.sh?view=diff&r1=159718&r2=159719
==============================================================================
--- httpd/httpd/dist/tools/release.sh (original)
+++ httpd/httpd/dist/tools/release.sh Fri Apr  1 11:10:35 2005
@@ -2,7 +2,7 @@
 #
 # release.sh : build a release tarball
 #
-# USAGE: release.sh [--security] [--tag TAG] [--postfix POSTFIX]
+# USAGE: release.sh [--security] [--tag TAG POSTFIX] [--postfix POSTFIX]
 #                   [--rev REV] PROJECT VERSION [SIGNING-USER]
 #
 #   The project is either 'httpd-2.0' or 'httpd-2.1'
@@ -84,8 +84,8 @@
     branch="branches/2.0.x"
 
     apr_xxx_in_srclib=1
-    apr_tag="0.9.5"
-    apu_tag="0.9.5"
+    apr_tag="0.9.6"
+    apu_tag="0.9.6"
     ;;
   httpd-2.1)
     ver_path="include/ap_release.h"