diff options
Diffstat (limited to 'rapid/config.py')
-rw-r--r-- | rapid/config.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rapid/config.py b/rapid/config.py index 74802ec..64228e8 100644 --- a/rapid/config.py +++ b/rapid/config.py @@ -1,5 +1,5 @@ # -*- coding: latin1 -*- -### Copyright (C) 2007, 2008, 2009, 2010, 2011 Damon Lynch <damonlynch@gmail.com> +### Copyright (C) 2007 - 2012 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 @@ -13,9 +13,10 @@ ### You should have received a copy of the GNU General Public License ### along with this program; if not, write to the Free Software -### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 +### USA -version = '0.4.3' +version = '0.4.4' GCONF_KEY="/apps/rapid-photo-downloader" |