From 69de36649685e95882a4dbcc6e6e3949d181d980 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 19 Mar 2020 15:26:09 +0200 Subject: Version 0.8 --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 81d03f5..6897c1e 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ -Ping903 -- history of user-visible changes. 2020-03-12 +Ping903 -- history of user-visible changes. 2020-03-19 See the end of file for copying conditions. Please send Ping903 bug reports to -Version 0.7.90 (Git) +Version 0.8, 2020-03-19 * Use red-black trees to index the IP list. diff --git a/configure.ac b/configure.ac index 001c248..e40dbe9 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.7.90], [gray@gnu.org], +AC_INIT([Ping903], [0.8], [gray@gnu.org], [ping903], [https://puszcza.gnu.org.ua/projects/ping903/]) AC_CONFIG_SRCDIR([src/main.c]) -- cgit v1.2.1