From 7a8994d471db3244c67647186c5fca06569de924 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Wed, 27 May 2009 13:00:16 +0200 Subject: [PATCH] Release 2.0.0 final This is simply a version bump, no changes from rc5. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 768dc7287..5236963ff 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 2.0.0 final + - no changes from rc5 + Version 2.0 release candidate 5 - fix a couple of bugs (validation, argument checks) - fix gnt-cluster getmaster on non-master nodes (regression) diff --git a/configure.ac b/configure.ac index 19e0bf3ae..58de2f3bb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([gnt_version_major], [2]) m4_define([gnt_version_minor], [0]) m4_define([gnt_version_revision], [0]) -m4_define([gnt_version_suffix], [~rc5]) +m4_define([gnt_version_suffix], []) m4_define([gnt_version_full], m4_format([%d.%d.%d%s], gnt_version_major, gnt_version_minor, -- GitLab