summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2000-10-05 22:12:51 +0000
committerThomas Habets <thomas@habets.pp.se>2000-10-05 22:12:51 +0000
commit218c5f64fdcd2af6e474181925f8372e1bc82967 (patch)
tree66e7fbf392de8a92192058886987f267cf77a7d7
parent3ffdebcea02fc168d324863c36059623e06c3200 (diff)
downloadarping-218c5f64fdcd2af6e474181925f8372e1bc82967.tar.gz
version change
-rw-r--r--arping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arping.c b/arping.c
index 6a9588b..07c639f 100644
--- a/arping.c
+++ b/arping.c
@@ -12,7 +12,7 @@
*
* Also finds out IP of specified MAC
*
- * $Id: arping.c 145 2000-10-01 11:35:23Z marvin $
+ * $Id: arping.c 149 2000-10-05 22:12:51Z marvin $
*/
/*
* Copyright (C) 2000 Marvin (marvin@nss.nu)
@@ -70,7 +70,7 @@
#define DEBUG(a)
#endif
-const float version = 0.94;
+const float version = 0.95;
struct ether_addr *mymac;
u_char eth_xmas[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};