aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-09 11:06:23 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-09 11:08:48 +0300
commit2efd16f0b12131aa09649d14470a5cfd17bea38f (patch)
tree3aa184d76bba6ecaebf4ad0f7075ce35129fbc82 /configure.ac
parentf30cd1b791be57e16161fa6455e1ec85e464ebba (diff)
downloadvmod-binlog-2efd16f0b12131aa09649d14470a5cfd17bea38f.tar.gz
vmod-binlog-2efd16f0b12131aa09649d14470a5cfd17bea38f.tar.bz2
Version 2.6v2.6
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 6f28517..59509de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-binlog], 2.5.90, [gray@gnu.org])
+AC_INIT([vmod-binlog], 2.6, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/binlog.c)
@@ -52,7 +52,7 @@ AC_SYS_LARGEFILE
AC_HEADER_STDC
AC_CHECK_HEADERS([sys/stdlib.h])
-AM_VARNISHAPI([6.0],[6.3.2])
+AM_VARNISHAPI([6.0],[6.4.0])
AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
[Varnish API major version number])
AC_SUBST(BINLOGSEL_MODDIR,'$(libdir)/$(PACKAGE)')

Return to:

Send suggestions and report system problems to the System administrator.