Release version 5.
diff --git a/NEWS b/NEWS
index 5cf4fc5..9593ed4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
 
+Version 5 (April 1, 2014):
+* Support RDRAND capable systems that don't have AES-NI
+* Man page spelling fixes
+* Add BUGS document
+* Don't use fixed AES key for data reduction
+* Platform: Support x32. x86-64 micro-optimizations.
+* Fix RDRAND data reduction
+* Enable RDSEED instruction
+
 Version 4 (August 2, 2012):
 * Add RDRAND instruction support
 * Add -q and -v options for quiet and verbose output
diff --git a/configure.ac b/configure.ac
index 80ff710..27a2dba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 dnl along with this program; if not, write to the Free Software
 dnl Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA  02110-1335  USA
 
-AC_INIT(rng-tools, 4, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(rng-tools, 5, [Jeff Garzik <jgarzik@pobox.com>])
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([rngd.c])
 AM_INIT_AUTOMAKE([gnu])