X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=f83f5ab7a15667e263c1a6f30f5a7f8395af3296;hb=831914ee662ca3858337f217da510c7fe1147972;hp=ac067e99c20267858c4df09712a6b8bd858a8999;hpb=e2e3792234afd45625dba679ddbb661efc47f705;p=liboping.git diff --git a/configure.ac b/configure.ac index ac067e9..f83f5ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,11 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([liboping],[1.7.0],[ff@octo.it],,[http://github.com/octo/liboping/]) +AC_INIT([liboping], + [1.9.0], + [liboping@verplant.org], + [], + [http://noping.cc/]) AC_CONFIG_SRCDIR([src/liboping.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -20,7 +24,7 @@ AC_SUBST(LIBOPING_PATCH) # ABI version LIBOPING_CURRENT=2 -LIBOPING_REVISION=10 +LIBOPING_REVISION=11 LIBOPING_AGE=2 AC_SUBST(LIBOPING_CURRENT) AC_SUBST(LIBOPING_REVISION)