sbsv2/raptor/python/raptor_version.py
changeset 243 007900c31eef
parent 211 b06effc0c547
child 292 714b126af68b
equal deleted inserted replaced
233:1d008cd82fcf 243:007900c31eef
    14 # Description: 
    14 # Description: 
    15 # raptor version information module
    15 # raptor version information module
    16 
    16 
    17 # replace CHANGESET with the Hg changeset for ANY release
    17 # replace CHANGESET with the Hg changeset for ANY release
    18 
    18 
    19 version=(2,12,2,"2010-02-17","symbian build system","CHANGESET")
    19 version=(2,12,3,"2010-02-23","symbian build system","CHANGESET")
    20 
    20 
    21 def numericversion():
    21 def numericversion():
    22 	"""Raptor version string"""
    22 	"""Raptor version string"""
    23 	return "%d.%d.%d" % version[:3]
    23 	return "%d.%d.%d" % version[:3]
    24 
    24