Skip to content
Snippets Groups Projects
Commit 3e5af833 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Bump version to 2.1.0~rc0


Also add one item to NEWS.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent e91cfc2a
No related branches found
Tags v2.1.0rc0
No related merge requests found
...@@ -86,6 +86,7 @@ Details ...@@ -86,6 +86,7 @@ Details
hypervisors using the new ``migration_port`` parameter hypervisors using the new ``migration_port`` parameter
- Pass ``INSTANCE_REINSTALL`` variable to OS installation script when - Pass ``INSTANCE_REINSTALL`` variable to OS installation script when
reinstalling an instance reinstalling an instance
- Allowed ``@`` in tag names
- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation - Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation
- Many documentation updates - Many documentation updates
- Distribute hypervisor files on ``gnt-cluster redist-conf`` - Distribute hypervisor files on ``gnt-cluster redist-conf``
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
m4_define([gnt_version_major], [2]) m4_define([gnt_version_major], [2])
m4_define([gnt_version_minor], [1]) m4_define([gnt_version_minor], [1])
m4_define([gnt_version_revision], [0]) m4_define([gnt_version_revision], [0])
m4_define([gnt_version_suffix], [~beta2]) m4_define([gnt_version_suffix], [~rc0])
m4_define([gnt_version_full], m4_define([gnt_version_full],
m4_format([%d.%d.%d%s], m4_format([%d.%d.%d%s],
gnt_version_major, gnt_version_minor, gnt_version_major, gnt_version_minor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment