Commit 4ddbfe66 authored by Geoff Simmons's avatar Geoff Simmons

Set version 0.2 and document Varnish compatibility.

parent 4fa913d9
Pipeline #152 skipped
......@@ -662,7 +662,7 @@ Example::
REQUIREMENTS
============
This VMOD requires Varnish since version 5.0.0.
This VMOD requires Varnish since version 5.1.0.
LIMITATIONS
===========
......
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2017 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-hoailona], [0.1])
AC_INIT([libvmod-hoailona], [0.2])
AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_hoailona.vcc)
......
......@@ -584,7 +584,7 @@ Example::
REQUIREMENTS
============
This VMOD requires Varnish since version 5.0.0.
This VMOD requires Varnish since version 5.1.0.
LIMITATIONS
===========
......
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