Commit 39f747fe authored by Geoff Simmons's avatar Geoff Simmons

Set version 0.2 and document Varnish compatibility.

parent d14c3d1f
Pipeline #151 skipped
...@@ -662,7 +662,8 @@ Example:: ...@@ -662,7 +662,8 @@ Example::
REQUIREMENTS REQUIREMENTS
============ ============
This VMOD requires Varnish since version 5.0.0. This VMOD requires Varnish version 5.0.0. See the project repository
for version that are compatible with later versions of Varnish.
LIMITATIONS LIMITATIONS
=========== ===========
......
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2017 UPLEX - Nils Goroll Systemoptimierung]) 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]) AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst])) m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_hoailona.vcc) AC_CONFIG_SRCDIR(src/vmod_hoailona.vcc)
......
...@@ -584,7 +584,8 @@ Example:: ...@@ -584,7 +584,8 @@ Example::
REQUIREMENTS REQUIREMENTS
============ ============
This VMOD requires Varnish since version 5.0.0. This VMOD requires Varnish version 5.0.0. See the project repository
for version that are compatible with later versions of Varnish.
LIMITATIONS 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