From 1726f10f65032106a42a409c3275bcd0727ff1d5 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sun, 8 Jun 2014 23:46:53 +0800 Subject: Add DNS protocol support and hostname matcher --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ae3f5d1..de5e469 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # vim: set sw=4 ts=4 sts=4 et: -AC_INIT([fastalg-protocol], [0.1], [BUG-REPORT-ADDRESS]) +AC_INIT([fastalg-protocol], [0.1.1], [BUG-REPORT-ADDRESS]) AC_CONFIG_SRCDIR([falgproto/falgproto.c]) AC_CONFIG_HEADERS([config.h]) -- cgit