bump to version 5

This commit is contained in:
Fabien Benureau 2014-04-14 15:53:33 +02:00
parent d3736e257b
commit 47f54af8fa
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = 4
__version__ = 5

View File

@ -20,7 +20,7 @@ DFT_CONFIG = collections.OrderedDict([
('import_copy', True),
('import_move', False),
('color', True),
('version', 4),
('version', 5),
('version_warning', True),
('open_cmd', 'open'),
('edit_cmd', DFT_EDIT_CMD),