aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-20 14:40:13 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-20 14:40:13 +0200
commit6f72ce19982bd6f7eb9cfe7c2ebcbc221063401d (patch)
tree522208d44816d8a8bdd9298d1fe7284dbf9267c4 /configure.ac
parent741817ac5372c374b52b710dd8a4b0cc463ade99 (diff)
downloadvmod-tbf-varnish-4.1.tar.gz
vmod-tbf-varnish-4.1.tar.bz2
Rewrite for varnishapi 4.1varnish-4.1
* NEWS: Update. * configure.ac: Raise version number to 2.0.90 * src/tbf.c (tbf_init): Replaced with tbf_event * src/vmod_tbf.vcc: Likewise. * src/tbf.h: Include errno.h and vcl.h.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8041a57..58f7633 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-tbf. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-tbf], 2.0, [gray@gnu.org])
+AC_INIT([vmod-tbf], 2.0.90, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_tbf.vcc)

Return to:

Send suggestions and report system problems to the System administrator.