Bump version to 2.2.0, update NEWS v2.2.0
authorMichael Hanselmann <hansmi@google.com>
Mon, 4 Oct 2010 14:58:08 +0000 (16:58 +0200)
committerMichael Hanselmann <hansmi@google.com>
Mon, 4 Oct 2010 15:29:24 +0000 (17:29 +0200)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1faa96b..d5d3158 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 News
 ====
 
+Version 2.2.0
+-------------
+
+*(Released Mon, 4 Oct 2010)*
+
+- Fixed regression in ``gnt-instance rename``
+
+
 Version 2.2.0 rc2
 -----------------
 
index 2e3b588..3afaa27 100644 (file)
@@ -2,7 +2,7 @@
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [2])
 m4_define([gnt_version_revision], [0])
-m4_define([gnt_version_suffix], [~rc2])
+m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
                     gnt_version_major, gnt_version_minor,