web/ldt/text/__init__.py
changeset 9 22ab430e9b64
child 21 1a061f244254
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/ldt/text/__init__.py	Tue Nov 16 14:15:07 2010 +0100
@@ -0,0 +1,2 @@
+VERSION  = (1,0)
+VERSION_STR = unicode(".".join(map(lambda i:"%01d" % (i,), VERSION)))