From f721ac1bc387d6b27bf6eb996cf5666a247e7fc7 Mon Sep 17 00:00:00 2001 From: Marius Magureanu Date: Wed, 3 Oct 2018 14:52:54 +0200 Subject: [PATCH] Forgot to prepare configure.ac --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c9b42ea..defe5f5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_COPYRIGHT([Copyright (c) 2012-2014 Varnish Software]) -AC_INIT([varnish-agent], [4.1.3]) +AC_COPYRIGHT([Copyright (c) 2012-2018 Varnish Software]) +AC_INIT([varnish-agent], [4.1.4]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h])