equal
deleted
inserted
replaced
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 |