X-Git-Url: https://git.octo.it/?p=liboping.git;a=blobdiff_plain;f=configure.ac;h=58261b7813faf4af8c20b0bdd5346f5a721abae9;hp=ac067e99c20267858c4df09712a6b8bd858a8999;hb=dbfc310d1305d1c6a6e3d6eaa9091ab7d4145c26;hpb=e2e3792234afd45625dba679ddbb661efc47f705 diff --git a/configure.ac b/configure.ac index ac067e9..58261b7 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.8.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)