diff options
author | Julien Valroff <julien@kirya.net> | 2010-01-17 09:40:26 +0100 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-01-17 09:40:26 +0100 |
commit | 8da6d6d0c1c89aca3fb075062f0c65f608212ca7 (patch) | |
tree | 3ef8276ab1f9697deb21ec50d011b520931f1ecd /rapid/config.py | |
parent | bea7f6b674c60af316ef7d213f158dea089d19da (diff) | |
parent | 49ac3995b9f840580322d4bf6feb27506f07f7ed (diff) |
Merge commit 'upstream/0.1.2'
Diffstat (limited to 'rapid/config.py')
-rw-r--r-- | rapid/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rapid/config.py b/rapid/config.py index f70aef1..615fda3 100644 --- a/rapid/config.py +++ b/rapid/config.py @@ -1,5 +1,5 @@ # -*- coding: latin1 -*- -### Copyright (C) 2007, 2008, 2009 Damon Lynch <damonlynch@gmail.com> +### Copyright (C) 2007, 2008, 2009, 2010 Damon Lynch <damonlynch@gmail.com> ### This program is free software; you can redistribute it and/or modify ### it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ ### along with this program; if not, write to the Free Software ### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -version = '0.1.1' +version = '0.1.2' GCONF_KEY="/apps/rapid-photo-downloader" GLADE_FILE = "glade3/rapid.glade" |