X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=ba73a31a1c5fad63a69c555400a63dfcf27309e1;hb=d4172e1e04799fc8039e35a6c07ab3236c9c71c3;hp=40e3c55ddae5b8f94d9682c418a2828553035d83;hpb=a8bd724a8c5f86a55fd5653f4e257a3f28ee3b6c;p=liboping.git diff --git a/configure.ac b/configure.ac index 40e3c55..ba73a31 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([liboping],[1.6.2]) +AC_INIT([liboping],[1.6.2],[ff@octo.it],,[http://github.com/octo/liboping/]) AC_CONFIG_SRCDIR([src/liboping.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -20,7 +20,7 @@ AC_SUBST(LIBOPING_PATCH) # ABI version LIBOPING_CURRENT=2 -LIBOPING_REVISION=8 +LIBOPING_REVISION=9 LIBOPING_AGE=2 AC_SUBST(LIBOPING_CURRENT) AC_SUBST(LIBOPING_REVISION)