diff options
author | Luiz Capitulino <lcapitulino@mandriva.com.br> | 2006-03-20 22:18:31 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-20 22:18:31 -0800 |
commit | 65a3980e6b14d591e3b8f5cdc7219be99e3003a4 (patch) | |
tree | d837464919d82b5fbf8ab4981852a0f619338ee5 /net | |
parent | c26a80168f2d44f525a5adb0c95cddffb4a5aaa4 (diff) | |
download | blackbird-op-linux-65a3980e6b14d591e3b8f5cdc7219be99e3003a4.tar.gz blackbird-op-linux-65a3980e6b14d591e3b8f5cdc7219be99e3003a4.zip |
[PKTGEN]: Updates version.
With all the previous 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>
Diffstat (limited to '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 74194afb9540..04c6d8e23e50 100644 --- a/net/core/pktgen.c +++ b/net/core/pktgen.c @@ -153,7 +153,7 @@ #include <asm/div64.h> /* do_div */ #include <asm/timex.h> -#define VERSION "pktgen v2.64: Packet Generator for packet performance testing.\n" +#define VERSION "pktgen v2.65: Packet Generator for packet performance testing.\n" /* #define PG_DEBUG(a) a */ #define PG_DEBUG(a) |