diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-06-08 23:46:53 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-06-08 23:48:05 +0800 |
commit | 1726f10f65032106a42a409c3275bcd0727ff1d5 (patch) | |
tree | e94bb520eedc104f014a1397cb955d40b72dd11d /configure.ac | |
parent | 94097c3f7f9587fd66b3bab00096baf1179f335f (diff) | |
download | fastalg-protocol-1726f10f65032106a42a409c3275bcd0727ff1d5.tar.gz fastalg-protocol-1726f10f65032106a42a409c3275bcd0727ff1d5.tar.zst fastalg-protocol-1726f10f65032106a42a409c3275bcd0727ff1d5.zip |
Add DNS protocol support and hostname matcherv0.1.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |