~zulcss/cinder/cinder-ca-g2

« back to all changes in this revision

Viewing changes to cinder/version.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-10-09 08:26:21 UTC
  • mfrom: (3.1.10 quantal)
  • Revision ID: package-import@ubuntu.com-20121009082621-stc86vcuyzyrp7ow
Tags: 2012.2-0ubuntu2
* debian/cinder_tgt.conf: Add missing configuration file. (LP: #1064366) 
* debian/README.Debian: Added note about migration from nova-volume
  to cinder-volume.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#    License for the specific language governing permissions and limitations
15
15
#    under the License.
16
16
 
17
 
CINDER_VERSION = ['2013', '1', None]
 
17
CINDER_VERSION = ['2012', '2', None]
18
18
YEAR, COUNT, REVISION = CINDER_VERSION
19
 
FINAL = False   # This becomes true at Release Candidate time
 
19
FINAL = True   # This becomes true at Release Candidate time
20
20
 
21
21
 
22
22
def canonical_version_string():