First havana commit.

This commit indicates that the master branch has moved on to
representing the "havana" release.  The previous commit will be use to
start the milestone-proposed branch for grizzly.

All future changes for grizzly must first be merged
into master, and then back-ported to a grizzly milestone-proposed branch
(or once grizzly is released, the stable/grizzly branch).

Change-Id: Ic2fadf815fd13d8c3d0afbc6493f8cd3ea6545d2
This commit is contained in:
Dan Wendlandt 2013-03-12 22:36:35 -07:00
parent dd449a60ab
commit d9b13775d1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if sys.platform == 'win32':
Name = 'quantum'
Url = "https://launchpad.net/quantum"
Version = setup.get_version(Name, '2013.1')
Version = setup.get_version(Name, '2013.2')
License = 'Apache License 2.0'
Author = 'OpenStack'
AuthorEmail = 'openstack-dev@lists.openstack.org'