diff options
author | Julien Valroff <julien@kirya.net> | 2010-01-17 09:40:25 +0100 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-01-17 09:40:25 +0100 |
commit | 49ac3995b9f840580322d4bf6feb27506f07f7ed (patch) | |
tree | 28d933e14a117571c52a92b2e095975a8924a11c /rapid/config.py | |
parent | ed2f9080c4c633e6e007ad6ac1a028f43b42bd5d (diff) |
Imported Upstream version 0.1.2upstream/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" |