sbsv2/raptor/python/raptor_version.py
branchwip
changeset 36 24ef68259f6c
parent 9 b211d87c390a
child 42 0785cc0c667b
equal deleted inserted replaced
35:1f5c7ffaf4c5 36:24ef68259f6c
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 # raptor version information module
    15 # raptor version information module
    16 #
    16 #
    17 
    17 
    18 version=(2,11,0,"2009-11-23","symbian build system")
    18 version=(2,11,1,"2009-12-16","symbian build system")
    19 
    19 
    20 def numericversion():
    20 def numericversion():
    21 	"""Raptor version string"""
    21 	"""Raptor version string"""
    22 	return "%d.%d.%d" % version[:3]
    22 	return "%d.%d.%d" % version[:3]
    23 
    23