Change the version number and the NEWS file for the 2.7.2 bugfix release.

Signed-off-by: Michele Tartara <[email protected]>
---
 NEWS         | 8 ++++++--
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index a276ffb..c9262c2 100644
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,14 @@ News
 Version 2.7.2
 -------------
 
-*(unreleased)*
+*(Released Thu, 26 Sep 2013)*
 
 - Change the connected groups format in ``gnt-network info`` output; it
-  was previously displayed as a raw list by mistake.
+  was previously displayed as a raw list by mistake
+- Check disk template in right dict when copying
+- Support multi-instance allocs without iallocator
+- Fix some errors in the documentation
+- Fix formatting of tuple in an error message
 
 
 Version 2.7.1
diff --git a/configure.ac b/configure.ac
index 0131e05..54dd5d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Configure script for Ganeti
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [7])
-m4_define([gnt_version_revision], [1])
+m4_define([gnt_version_revision], [2])
 m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
-- 
1.8.4

Reply via email to