From 59ff6a6cde4270a6ce7f93d4ec5525cf3c352415 Mon Sep 17 00:00:00 2001 From: Marcus W Date: Sat, 30 Jan 2010 00:33:57 +0200 Subject: [PATCH] fix git problem --- comic-widget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comic-widget.py b/comic-widget.py index c3b33c5..71f2169 100644 --- a/comic-widget.py +++ b/comic-widget.py @@ -14,7 +14,7 @@ import datetime # constants. dbfile is the location of the csv # comiccache is the location of the images -APP_VERSION = "0.1" +APP_VERSION = "0.2.5" imagedir = "/home/user/comic-widget/images/" dbdir = "/home/user/comic-widget/db/" -- 1.7.9.5