X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=58261b7813faf4af8c20b0bdd5346f5a721abae9;hb=2cb543eb454db4de7a7225d3610221b7c8fd0e88;hp=078c898d5db0098c1925044813d6b4aa2f331e66;hpb=d26cd43b41138c4cbe29f0be9b9dc020520b6375;p=liboping.git diff --git a/configure.ac b/configure.ac index 078c898..58261b7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ AC_PREREQ([2.65]) AC_INIT([liboping], - [1.7.0], + [1.8.0], [liboping@verplant.org], [], - [http://octo.it/liboping/]) + [http://noping.cc/]) AC_CONFIG_SRCDIR([src/liboping.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -24,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)