sbsv2/raptor/python/raptor_version.py
changeset 713 7b7f0409fc00
parent 674 37ee82a83d43
equal deleted inserted replaced
712:df89378e9223 713:7b7f0409fc00
    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