From: Florian Forster Date: Tue, 17 Feb 2009 13:31:49 +0000 (+0100) Subject: Bumped version to 1.0.0. X-Git-Tag: liboping-1.0.0~3 X-Git-Url: https://git.octo.it/?p=liboping.git;a=commitdiff_plain;h=636148fc4504c2d4118c5a37fe5eb2f107c11c89 Bumped version to 1.0.0. --- diff --git a/configure.ac b/configure.ac index 583bb73..67bc892 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 0.3.5) +AC_INIT(liboping, 1.0.0) AC_CONFIG_SRCDIR(src/liboping.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) diff --git a/src/liboping.c b/src/liboping.c index ec66a95..99d491a 100644 --- a/src/liboping.c +++ b/src/liboping.c @@ -1,6 +1,6 @@ /** * Object oriented C module to send ICMP and ICMPv6 `echo's. - * Copyright (C) 2006-2008 Florian octo Forster + * Copyright (C) 2006-2009 Florian octo Forster * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/oping.h b/src/oping.h index 4655d39..10a106a 100644 --- a/src/oping.h +++ b/src/oping.h @@ -1,6 +1,6 @@ /** * Object oriented C module to send ICMP and ICMPv6 `echo's. - * Copyright (C) 2006-2008 Florian octo Forster + * Copyright (C) 2006-2009 Florian octo Forster * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,7 +41,7 @@ extern "C" { #endif -#define OPING_VERSION 3005 +#define OPING_VERSION 1000000 /* * Type definitions