X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Foping.h;h=fd62663dc7c39d1c33ef721c973bfedba0b5dff5;hb=9d9fe8cb430f821f36a8529858443c6458a8e9f7;hp=193543687ba6f331a3e49f8529500cedd07f125d;hpb=4b7074ad0d82ced50c9bade2ccbf97189f4e65c1;p=liboping.git diff --git a/src/oping.h b/src/oping.h index 1935436..fd62663 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-2010 Florian octo Forster + * Copyright (C) 2006-2011 Florian octo Forster * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the @@ -33,7 +33,7 @@ extern "C" { #endif -#define OPING_VERSION 1003003 +#define OPING_VERSION 1006000 /* * Type definitions @@ -57,7 +57,7 @@ typedef struct pingobj pingobj_t; #define PING_DEF_TIMEOUT 1.0 #define PING_DEF_TTL 255 #define PING_DEF_AF AF_UNSPEC -#define PING_DEF_DATA "Florian Forster http://verplant.org/" +#define PING_DEF_DATA "liboping -- ICMP ping library " /* * Method definitions