diff options
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 1a12ea7..631bf47 100644 --- a/rapid/config.py +++ b/rapid/config.py @@ -1,5 +1,5 @@ # -*- coding: latin1 -*- -### Copyright (C) 2007 - 2012 Damon Lynch <damonlynch@gmail.com> +### Copyright (C) 2007 - 2014 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 @@ -16,7 +16,7 @@ ### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 ### USA -version = '0.4.7' +version = '0.4.10' GCONF_KEY="/apps/rapid-photo-downloader" |