diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-09 05:22:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-09 05:22:18 +0000 |
commit | 0c76dabcdee62a17577e2610c24af75327f454c5 (patch) | |
tree | 048b36659272c9136fa3bf56b35f892892ec5a56 /sys/dev/pci/if_ixgb.c | |
parent | ccdc2e5070ca7b97962fdbd74be2be1954ecfff6 (diff) |
update the version I am tracking.
Diffstat (limited to 'sys/dev/pci/if_ixgb.c')
-rw-r--r-- | sys/dev/pci/if_ixgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ixgb.c b/sys/dev/pci/if_ixgb.c index bb9239ea42b..41c2aecae7d 100644 --- a/sys/dev/pci/if_ixgb.c +++ b/sys/dev/pci/if_ixgb.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.c,v 1.26 2006/08/09 03:48:25 brad Exp $ */ +/* $OpenBSD: if_ixgb.c,v 1.27 2006/08/09 05:22:17 brad Exp $ */ #include <dev/pci/if_ixgb.h> @@ -44,7 +44,7 @@ int ixgb_display_debug_stats = 0; * Driver version *********************************************************************/ -char ixgb_driver_version[] = "6.0.5"; +char ixgb_driver_version[] = "6.1.0"; /********************************************************************* * PCI Device ID Table |