sbsv2/raptor/python/raptor_version.py
changeset 579 e26b09d36de0
parent 554 e7dd8533063f
child 580 6209aeff0f73
equal deleted inserted replaced
578:cad543700ad8 579:e26b09d36de0
    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,14,0,"2010-05-19","symbian build system","CHANGESET")
    19 version=(2,14,1,"2010-06-01","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