Release version 3.7.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
diff --git a/NEWS b/NEWS
index c4825c8..9d96c54 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 3.7 - December 13, 2012
+
+	* Fix: Gracefully handle failure of register pretty-printer (-d option)
+	* Feature: Add support for et131x registers (-d option)
+	* Feature: Basic optical diagnostics for SFF-8472 modules (-m option)
+
 Version 3.6 - October 5, 2012
 
 	* Feature: Allow setting MDI-X state (-s option)
diff --git a/configure.ac b/configure.ac
index 0c597c6..512786e 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, 3.6, netdev@vger.kernel.org)
+AC_INIT(ethtool, 3.7, netdev@vger.kernel.org)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([ethtool.c])
 AM_INIT_AUTOMAKE([gnu])
diff --git a/ethtool.8.in b/ethtool.8.in
index e701919..2da50aa 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -113,7 +113,7 @@
 .  hy \\n(HY
 ..
 .
-.TH ETHTOOL 8 "October 2012" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "December 2012" "Ethtool version @VERSION@"
 .SH NAME
 ethtool \- query or control network driver and hardware settings
 .