From: Thierry Carrez Date: Tue, 18 Sep 2012 13:41:42 +0000 (+0200) Subject: Bump version to 2013.1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8cf45c9382461d29c5449d2ab542d9746064df24;p=openstack-build%2Fcinder-build.git Bump version to 2013.1 Bump version to 2013.1 on master branch to open Grizzly development. Change-Id: Iad73bf47c4ff77216ee27c3b08117dcaa9487ddf --- diff --git a/cinder/version.py b/cinder/version.py index 45b85c5e8..3f50863fc 100644 --- a/cinder/version.py +++ b/cinder/version.py @@ -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