diff -Nru acbf-editor-0.4/debian/changelog acbf-editor-0.4/debian/changelog --- acbf-editor-0.4/debian/changelog 2014-10-14 17:56:08.000000000 +0000 +++ acbf-editor-0.4/debian/changelog 2014-10-15 05:49:55.000000000 +0000 @@ -1,3 +1,9 @@ +acbf-editor (0.4-3) trusty; urgency=low + + * Fixed version. + + -- Robert Pastierovic (Debian packaging key) Mon, 09 Oct 2014 21:50:59 +0200 + acbf-editor (0.4-2) trusty; urgency=low * Fixed dependencies. diff -Nru acbf-editor-0.4/src/constants.py acbf-editor-0.4/src/constants.py --- acbf-editor-0.4/src/constants.py 2014-10-09 19:54:38.000000000 +0000 +++ acbf-editor-0.4/src/constants.py 2014-10-15 05:49:22.000000000 +0000 @@ -5,7 +5,7 @@ import portability -VERSION = '0.5' +VERSION = '0.4' HOME_DIR = portability.get_home_directory() CONFIG_DIR = portability.get_config_directory() DATA_DIR = portability.get_data_directory()