sbsv2/raptor/python/raptor_version.py
changeset 641 8dd670a9f34f
parent 630 31ef8a13d4f4
child 674 37ee82a83d43
equal deleted inserted replaced
640:ac0bbc1e5d79 641:8dd670a9f34f
    17 # replace ISODATE with the creation date of the release
    17 # replace ISODATE with the creation date of the release
    18 # replace CHANGESET with the Hg changeset of the release
    18 # replace CHANGESET with the Hg changeset of the release
    19 #
    19 #
    20 # both of these are done automatically by the installer builder.
    20 # both of these are done automatically by the installer builder.
    21 
    21 
    22 version=(2,15,1,"ISODATE","symbian build system","CHANGESET")
    22 version=(2,15,2,"ISODATE","symbian build system","CHANGESET")
    23 
    23 
    24 def numericversion():
    24 def numericversion():
    25 	"""Raptor version string"""
    25 	"""Raptor version string"""
    26 	return "%d.%d.%d" % version[:3]
    26 	return "%d.%d.%d" % version[:3]
    27 
    27