sbsv2/raptor/python/raptor_version.py
changeset 630 31ef8a13d4f4
parent 625 a1925fb7753a
child 641 8dd670a9f34f
equal deleted inserted replaced
629:541af5ee3ed9 630:31ef8a13d4f4
    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,0,"ISODATE","symbian build system","CHANGESET")
    22 version=(2,15,1,"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