Revision bump for the 2.10.0 release
authorThomas Thrainer <thomasth@google.com>
Wed, 19 Feb 2014 09:06:56 +0000 (10:06 +0100)
committerThomas Thrainer <thomasth@google.com>
Wed, 19 Feb 2014 13:59:20 +0000 (14:59 +0100)
Remove the ~rc3 suffix from the version for the official 2.10.0 release.

Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>

configure.ac

index dff32ac..b47baf1 100644 (file)
@@ -2,7 +2,7 @@
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [10])
 m4_define([gnt_version_revision], [0])
-m4_define([gnt_version_suffix], [~rc3])
+m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
                     gnt_version_major, gnt_version_minor,