update platform V00.24
authorymh <ymh.work@gmail.com>
Fri, 06 May 2011 00:48:36 +0200
changeset 95 1eaaaa54480d
parent 94 6e62cb7812bb
child 96 492a9b8cce5d
update platform
virtualenv/res/src/ldt-0.7.tar.gz
virtualenv/res/src/ldt-0.8.tar.gz
web/blinkster/__init__.py
Binary file virtualenv/res/src/ldt-0.7.tar.gz has changed
Binary file virtualenv/res/src/ldt-0.8.tar.gz has changed
--- a/web/blinkster/__init__.py	Fri May 06 00:24:43 2011 +0200
+++ b/web/blinkster/__init__.py	Fri May 06 00:48:36 2011 +0200
@@ -1,3 +1,3 @@
-VERSION = (0, 23)
+VERSION = (0, 24)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))