summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b22a24e..21aae71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Version 2.6.33 (in progress)
+Version 2.6.33 - February 24, 2010
This version introduces a new release numbering scheme, based
on the latest upstream kernel interface supported.
@@ -18,7 +18,7 @@ Version 2.6.33 (in progress)
* Cleanup: remove support for RX hasing by port (was removed in
kernel by 59089d8d162ddcb5c434672e915331964d38a754)
* Doc: Explicitly ship GPLv2 license, rather than relying
- on autotools to supply it for us (autotools started auto-installed
+ on autotools to supply it for us (autotools started auto-installing
GPLv3 recently)
Version 6 - July 26, 2007
diff --git a/configure.ac b/configure.ac
index a21646f..1b4ac5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(ethtool, 2.6.33-pre1, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(ethtool, 2.6.33, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])