src/ldt/ldt/ldt_utils/__init__.py
author ymh <ymh.work@gmail.com>
Thu, 19 May 2011 10:38:36 +0200
changeset 113 cf3bdb2a4216
parent 77 7923feb2e362
child 232 2878499a372b
permissions -rw-r--r--
improve ldt generation for merging projects

VERSION = (0, 1)
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))