From 02fdba704dd275203d51997d6c320fa73687aaef Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 6 Jan 2013 13:03:15 +0100 Subject: [PATCH] bumped version number --- Mailnag/common/dist_cfg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mailnag/common/dist_cfg.py b/Mailnag/common/dist_cfg.py index e2fd38a..e268830 100644 --- a/Mailnag/common/dist_cfg.py +++ b/Mailnag/common/dist_cfg.py @@ -3,7 +3,7 @@ # # dist_cfg.py # -# Copyright 2012 Patrick Ulbrich +# Copyright 2012, 2013 Patrick Ulbrich # # 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 @@ -29,7 +29,7 @@ # Application version displayed in the # about dialog of the config window. -APP_VERSION = "0.5.1" +APP_VERSION = "0.5.2" # The PACKAGE_NAME variable is used to configure # 1) the path where all app data (glade files, images) is loaded from