update platform V00.25
authorymh <ymh.work@gmail.com>
Fri, 06 May 2011 01:04:06 +0200
changeset 97 9ba9128ba437
parent 96 492a9b8cce5d
child 98 285715b62575
update platform
virtualenv/res/src/ldt-0.8.tar.gz
virtualenv/res/src/ldt-0.9.tar.gz
web/blinkster/__init__.py
Binary file virtualenv/res/src/ldt-0.8.tar.gz has changed
Binary file virtualenv/res/src/ldt-0.9.tar.gz has changed
--- a/web/blinkster/__init__.py	Fri May 06 00:49:01 2011 +0200
+++ b/web/blinkster/__init__.py	Fri May 06 01:04:06 2011 +0200
@@ -1,3 +1,3 @@
-VERSION = (0, 24)
+VERSION = (0, 25)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))