# HG changeset patch # User ymh # Date 1305895864 -7200 # Node ID 9fb0e45a0a635f46d5b2e91d1f115a2d68684d20 # Parent ba6eeab1db462971242221929f692aa9bdccdc3a replace images diff -r ba6eeab1db46 -r 9fb0e45a0a63 web/blinkster/__init__.py --- a/web/blinkster/__init__.py Fri May 20 14:21:58 2011 +0200 +++ b/web/blinkster/__init__.py Fri May 20 14:51:04 2011 +0200 @@ -1,3 +1,3 @@ -VERSION = (0, 34) +VERSION = (0, 35) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION))) diff -r ba6eeab1db46 -r 9fb0e45a0a63 web/blinkster/static/blinkster/img/logo_IRI_footer.png Binary file web/blinkster/static/blinkster/img/logo_IRI_footer.png has changed diff -r ba6eeab1db46 -r 9fb0e45a0a63 web/blinkster/static/blinkster/img/logo_blinkster.png Binary file web/blinkster/static/blinkster/img/logo_blinkster.png has changed