sbsv2/raptor/python/raptor_version.py
changeset 674 37ee82a83d43
parent 641 8dd670a9f34f
equal deleted inserted replaced
673:7ae5f757318b 674:37ee82a83d43
    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,2,"ISODATE","symbian build system","CHANGESET")
    22 version=(2,15,3,"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