aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-27 11:36:30 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-03-27 11:36:30 +0200
commit4564b6c9776eecfece2eb097ebe5aebfd79c9cb8 (patch)
tree12aaa33b46c9f8c85d8b5897079f21ea15ede0fc /configure.ac
parent87ff2f5ebb147d6800b838d8e9dd6063305ddd47 (diff)
downloadvmod-dict-4564b6c9776eecfece2eb097ebe5aebfd79c9cb8.tar.gz
vmod-dict-4564b6c9776eecfece2eb097ebe5aebfd79c9cb8.tar.bz2
Drop support for Varnish versions prior to 6.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c37cc81..0dc3f0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,3 +17,3 @@
AC_PREREQ(2.69)
-AC_INIT([vmod-dict], [1.3], [gray@gnu.org])
+AC_INIT([vmod-dict], [1.3.90], [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
@@ -47,3 +47,3 @@ AC_HEADER_STDC
-AM_VARNISHAPI([4.1],[6.3.2])
+AM_VARNISHAPI([6.0.0],[6.3.2])
AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],

Return to:

Send suggestions and report system problems to the System administrator.