summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2001-06-21 17:24:27 +0000
committerThomas Habets <thomas@habets.pp.se>2001-06-21 17:24:27 +0000
commitd3817bcea4d3daf538440a329005b18e42dc7e2d (patch)
treed7f74f292ceb70d466c2b84909b16cc48c14a050
parent45dd059c166e1a3f9d83d5f9a3bb9d135b07f8dd (diff)
downloadarping-d3817bcea4d3daf538440a329005b18e42dc7e2d.tar.gz
upped version to 0.99
-rw-r--r--arping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arping.c b/arping.c
index 12b89a4..3c475bb 100644
--- a/arping.c
+++ b/arping.c
@@ -12,7 +12,7 @@
*
* Also finds out IP of specified MAC
*
- * $Id: arping.c 351 2001-06-21 17:06:38Z marvin $
+ * $Id: arping.c 353 2001-06-21 17:24:27Z marvin $
*/
/*
* Copyright (C) 2000 Marvin (marvin@rootbusters.net)
@@ -70,7 +70,7 @@
#define DEBUG(a)
#endif
-const float version = 0.98;
+const float version = 0.99;
struct ether_addr *mymac;
static u_char eth_xmas[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};