Commit 1c5552e7 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Make the master branch 5.0-only

Although it may build with 4.1.2+, stick to the branching scheme.
parent 1e2a9f75
...@@ -28,7 +28,7 @@ AC_ARG_WITH([rst2man], ...@@ -28,7 +28,7 @@ AC_ARG_WITH([rst2man],
m4_ifndef([VARNISH_PREREQ], AC_MSG_ERROR([Need varnish.m4 -- see README.rst])) m4_ifndef([VARNISH_PREREQ], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
VARNISH_PREREQ([4.1.3]) VARNISH_PREREQ([5.0], [5.1])
VARNISH_VMODS([example]) VARNISH_VMODS([example])
VMOD_TESTS="$(cd $srcdir/src && echo tests/*.vtc)" VMOD_TESTS="$(cd $srcdir/src && echo tests/*.vtc)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment