Skip to content

Commit

Permalink
Bump next version to 2012.2.1
Browse files Browse the repository at this point in the history
Open stable/folsom by bumping next version to 2012.2.1.

Change-Id: If60a8e714ba78c8d9bfcc5f07d9abaea5c4cf785
  • Loading branch information
ttx committed Sep 28, 2012
1 parent 8bcfae7 commit 7a158d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cinder/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# License for the specific language governing permissions and limitations
# under the License.

CINDER_VERSION = ['2012', '2', None]
CINDER_VERSION = ['2012', '2', '1']
YEAR, COUNT, REVISION = CINDER_VERSION
FINAL = True # This becomes true at Release Candidate time
FINAL = False # This becomes true at Release Candidate time


def canonical_version_string():
Expand Down

0 comments on commit 7a158d2

Please sign in to comment.