diff -r f70b728ea30c -r a1925fb7753a sbsv2/raptor/python/raptor_version.py --- a/sbsv2/raptor/python/raptor_version.py Wed Jul 28 13:20:46 2010 +0100 +++ b/sbsv2/raptor/python/raptor_version.py Thu Aug 12 09:00:16 2010 +0100 @@ -14,9 +14,12 @@ # Description: # raptor version information module -# replace CHANGESET with the Hg changeset for ANY release +# replace ISODATE with the creation date of the release +# replace CHANGESET with the Hg changeset of the release +# +# both of these are done automatically by the installer builder. -version=(2,14,2,"2010-07-13","symbian build system","CHANGESET") +version=(2,15,0,"ISODATE","symbian build system","CHANGESET") def numericversion(): """Raptor version string"""