aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index bc30866..7b99fc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
1vmod_dict -- history of user-visible changes. 2020-03-27 1vmod_dict -- history of user-visible changes. 2020-04-09
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send vmod_dict bug reports to <gray@gnu.org> 4Please send vmod_dict bug reports to <gray@gnu.org>
5 5
6Version 1.3.90 (git) 6Version 1.4, 2020-04-09
7 7
8* Drop support for Varnish versions prior to 6.0.0 8* Drop support for Varnish versions prior to 6.0.0
9 9
diff --git a/configure.ac b/configure.ac
index 0dc3f0b..2384ba9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
15# along with vmod_dict. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod_dict. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ(2.69) 17AC_PREREQ(2.69)
18AC_INIT([vmod-dict], [1.3.90], [gray@gnu.org]) 18AC_INIT([vmod-dict], [1.4], [gray@gnu.org])
19AC_CONFIG_AUX_DIR([build-aux]) 19AC_CONFIG_AUX_DIR([build-aux])
20AC_CONFIG_MACRO_DIR([m4]) 20AC_CONFIG_MACRO_DIR([m4])
21AC_CONFIG_SRCDIR(src/vmod_dict.vcc) 21AC_CONFIG_SRCDIR(src/vmod_dict.vcc)
@@ -45,7 +45,7 @@ AC_HEADER_STDC
45 45
46# Check for functions 46# Check for functions
47 47
48AM_VARNISHAPI([6.0.0],[6.3.2]) 48AM_VARNISHAPI([6.0.0],[6.4.0])
49AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR], 49AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
50 [Varnish API major version number]) 50 [Varnish API major version number])
51 51

Return to:

Send suggestions and report system problems to the System administrator.