summaryrefslogtreecommitdiffstats
path: root/pullrev.sh
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2017-06-30 17:01:34 +0100
committerJoe Orton <jorton@redhat.com>2017-06-30 17:01:34 +0100
commit1205ddb60bec04a25bb4bdf950f16860febfdea5 (patch)
treee533add5c7321e4fa26d8283ce7044a8702f3a0d /pullrev.sh
parentfd6452a0f2d4aa85e5f8e757be7f0b89511cdf0e (diff)
downloadhttpd-1205ddb60bec04a25bb4bdf950f16860febfdea5.tar.gz
httpd-1205ddb60bec04a25bb4bdf950f16860febfdea5.tar.xz
httpd-1205ddb60bec04a25bb4bdf950f16860febfdea5.zip
mod_proxy_fcgi: fix further regressions (PR 61202)
Diffstat (limited to 'pullrev.sh')
-rwxr-xr-xpullrev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pullrev.sh b/pullrev.sh
index 2b2fef9..d106968 100755
--- a/pullrev.sh
+++ b/pullrev.sh
@@ -7,7 +7,7 @@ fi
repo="https://svn.apache.org/repos/asf/httpd/httpd/trunk"
repo="https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x"
-ver=2.4.25
+ver=2.4.26
prefix="httpd-${ver}"
suffix="r$1${2:++}"
fn="${prefix}-${suffix}.patch"