From 417659b757afc85fc437f3da462c09a4b86c1282 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 6 Mar 2020 14:38:59 +0200 Subject: Version 0.5 * NEWS: Update. * configure.ac: Raise version number. * examples/lib/LWP/Ping903.pm: Remove. * examples/README: Mention Mangemanche. Remove references to lib/LWP/Ping903.pm * examples/dbload: Revert to LWP::UserAgent * examples/inspect: Likewise. * examples/ipadd: Likewise. * examples/ipdel: Likewise. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index aea8e93..ab90ecc 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with Ping903. If not, see . AC_PREREQ([2.69]) -AC_INIT([Ping903], [0.4.90], [gray@gnu.org], +AC_INIT([Ping903], [0.5], [gray@gnu.org], [ping903], [https://puszcza.gnu.org.ua/projects/ping903/]) AC_CONFIG_SRCDIR([src/main.c]) -- cgit v1.2.1