From a1710d9774a3e602f3d708a52a620f739f42d382 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 15 Jul 2009 14:13:29 +0200 Subject: [PATCH] Bumped version to 1.2.0; Updated ChangeLog. --- ChangeLog | 5 +++++ configure.ac | 2 +- src/oping.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b239bc..c4d4a8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-15, Version 1.2.0 + * `oping': Implement the `-f' command line option to read hostnames + from a file (or STDIN). + * src/liboping.c: No longer export `sstrerror'. + 2009-04-05, Version 1.1.2 * liboping.c: A NULL-pointer dereference has been fixed in the IPv4 code. This led to a segmentation fault when an ICMPv4 paket could diff --git a/configure.ac b/configure.ac index a04165c..2ebbc16 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 1.1.2) +AC_INIT(liboping, 1.2.0) AC_CONFIG_SRCDIR(src/liboping.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) diff --git a/src/oping.h b/src/oping.h index ce02abd..0debadf 100644 --- a/src/oping.h +++ b/src/oping.h @@ -41,7 +41,7 @@ extern "C" { #endif -#define OPING_VERSION 1001002 +#define OPING_VERSION 1002000 /* * Type definitions -- 2.30.2