sbsv2/raptor/python/raptor_version.py
changeset 640 ac0bbc1e5d79
parent 630 31ef8a13d4f4
child 641 8dd670a9f34f
--- a/sbsv2/raptor/python/raptor_version.py	Mon Sep 06 09:57:24 2010 +0100
+++ b/sbsv2/raptor/python/raptor_version.py	Mon Sep 13 13:11:19 2010 +0800
@@ -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,1,"ISODATE","symbian build system","CHANGESET")
 
 def numericversion():
 	"""Raptor version string"""