summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2007-07-09 22:13:13 +0000
committerThomas Habets <thomas@habets.pp.se>2007-07-09 22:13:13 +0000
commitd3ab6817bab530f344aa0a8a5b5533e2ec7749fe (patch)
tree3723eab89e1bc425479afc627abe3a44a93d6102
parentf74b7b1a214e7ac84cd1fb977cfdb997c02e554e (diff)
downloadarping-d3ab6817bab530f344aa0a8a5b5533e2ec7749fe.tar.gz
up version
-rw-r--r--arping-2/arping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arping-2/arping.c b/arping-2/arping.c
index c6caa0e..34ed170 100644
--- a/arping-2/arping.c
+++ b/arping-2/arping.c
@@ -12,7 +12,7 @@
*
* Also finds out IP of specified MAC
*
- * $Id: arping.c 1890 2007-07-09 22:04:24Z marvin $
+ * $Id: arping.c 1892 2007-07-09 22:13:13Z marvin $
*/
/*
* Copyright (C) 2000-2002 Thomas Habets <thomas@habets.pp.se>
@@ -93,7 +93,7 @@
#define IP_ALEN 4
#endif
-const float version = 2.05f;
+const float version = 2.06f;
static libnet_t *libnet = 0;