]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Bump version to 2013.1
authorThierry Carrez <thierry@openstack.org>
Tue, 18 Sep 2012 13:41:42 +0000 (15:41 +0200)
committerThierry Carrez <thierry@openstack.org>
Tue, 18 Sep 2012 13:41:42 +0000 (15:41 +0200)
Bump version to 2013.1 on master branch to open Grizzly development.

Change-Id: Iad73bf47c4ff77216ee27c3b08117dcaa9487ddf

cinder/version.py

index 45b85c5e8bfb3a715bf33483e6a6ae48a5f31633..3f50863fccc8e8da0869b86ebb83f58325dcc1b5 100644 (file)
@@ -14,7 +14,7 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-CINDER_VERSION = ['2012', '2', None]
+CINDER_VERSION = ['2013', '1', None]
 YEAR, COUNT, REVISION = CINDER_VERSION
 FINAL = False   # This becomes true at Release Candidate time