Bump version to 1.5.0; Update ChangeLog.
[liboping.git] / src / oping.h
index 1935436..cf8d7a5 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1003003
+#define OPING_VERSION 1005000
 
 /*
  * 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 <octo@verplant.org> http://verplant.org/"
+#define PING_DEF_DATA    "liboping -- ICMP ping library <http://octo.it/liboping/>"
 
 /*
  * Method definitions