diff options
author | Luiz Capitulino <lcapitulino@mandriva.com.br> | 2006-03-21 01:25:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-21 01:25:05 -0500 |
commit | 53dcb0e38c1786aa82ada4641b4607be315b610a (patch) | |
tree | 90a88d7baec2f545c602da368a6553aa250eea37 | |
parent | 6146e6a43b3584c0c67b0ac94e3f14fdc618bd30 (diff) |
[PKTGEN]: Updates version.
Due to the thread's lock changes, we're at a new version now.
Signed-off-by: Luiz Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/core/pktgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/pktgen.c b/net/core/pktgen.c index df4d531e27e0..8eedaedba743 100644 --- a/net/core/pktgen.c +++ b/net/core/pktgen.c | |||
@@ -154,7 +154,7 @@ | |||
154 | #include <asm/div64.h> /* do_div */ | 154 | #include <asm/div64.h> /* do_div */ |
155 | #include <asm/timex.h> | 155 | #include <asm/timex.h> |
156 | 156 | ||
157 | #define VERSION "pktgen v2.65: Packet Generator for packet performance testing.\n" | 157 | #define VERSION "pktgen v2.66: Packet Generator for packet performance testing.\n" |
158 | 158 | ||
159 | /* #define PG_DEBUG(a) a */ | 159 | /* #define PG_DEBUG(a) a */ |
160 | #define PG_DEBUG(a) | 160 | #define PG_DEBUG(a) |