Code

Bumped version to 1.0.0.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 17 Feb 2009 13:31:49 +0000 (14:31 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 17 Feb 2009 13:31:49 +0000 (14:31 +0100)
configure.ac
src/liboping.c
src/oping.h

index 583bb731bc3558ef6dca575a98a75e425623561b..67bc8929b416c34a6b49aed4f45751eb21ea4924 100644 (file)
@@ -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)
index ec66a95481e6e669a3774d510300e36d7906060d..99d491adedccda2af3f9e4a561bea64c94dff7b0 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Object oriented C module to send ICMP and ICMPv6 `echo's.
- * Copyright (C) 2006-2008  Florian octo Forster <octo at verplant.org>
+ * Copyright (C) 2006-2009  Florian octo Forster <octo at verplant.org>
  *
  * 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
index 4655d3987c2a5636c4a7a5fa3db3911e777ae289..10a106a64c60b23b66420fb0f7c62fe9d7b3562c 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Object oriented C module to send ICMP and ICMPv6 `echo's.
- * Copyright (C) 2006-2008  Florian octo Forster <octo at verplant.org>
+ * Copyright (C) 2006-2009  Florian octo Forster <octo at verplant.org>
  *
  * 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