From 7762e25e9f0968b7b82856abeb6fcd37b0cab632 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 9 Jul 2006 19:36:37 +0200 Subject: [PATCH] Bumped version to 0.3.0; Updated ChangeLog. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c4bd92d..dd4373c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-09, Version 0.3.0 + * The ability to set the source address from which the packets + originate has been added to the library and the oping application. + 2006-06-05, Version 0.2.2 * The `oping' application didn't exit if no hosts could be resolved. This release fixes it's behavior. diff --git a/configure.ac b/configure.ac index 0b9a8c0..fd5c11d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 0.2.2) +AC_INIT(liboping, 0.3.0) AC_CONFIG_SRCDIR(src/liboping.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) -- 2.30.2