Skip to content

Commit 4952d62

Browse files
committed
Release 0.26.0 for Varnish 7.7
1 parent 38a5445 commit 4952d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([varnish-modules], [0.25.0])
1+
AC_INIT([varnish-modules], [0.26.0])
22
AC_COPYRIGHT([Copyright (c) 2016-2024 Varnish Software Group])
33

44
AC_PREREQ(2.63)
@@ -30,7 +30,7 @@ PKG_CHECK_VAR([VARNISHAPI_LIBDIR], [varnishapi], [libdir])
3030
AC_SUBST([VARNISH_LIBRARY_PATH],
3131
[$VARNISHAPI_LIBDIR:$VARNISHAPI_LIBDIR/varnish])
3232

33-
VARNISH_PREREQ([7.5.0])
33+
VARNISH_PREREQ([7.7.0])
3434
VARNISH_VMODS([
3535
accept
3636
bodyaccess

0 commit comments

Comments
 (0)