sbsv2/raptor/python/raptor_version.py
changeset 425 f81a1816b925
parent 366 7006bcce5299
child 430 ac96b43f9177
equal deleted inserted replaced
424:7c1061e3ab43 425:f81a1816b925
    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,5,"2010-03-18","symbian build system","CHANGESET")
    19 version=(2,13,0,"2010-03-31","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