From df3ce45ebdf6333c7cf2dfa6a570e09e068aec23 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sat, 20 Oct 2012 18:46:04 +0200 Subject: [PATCH] bumped version number --- Mailnag/common/dist_cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailnag/common/dist_cfg.py b/Mailnag/common/dist_cfg.py index fc78bb0..52ffac2 100644 --- a/Mailnag/common/dist_cfg.py +++ b/Mailnag/common/dist_cfg.py @@ -29,7 +29,7 @@ # Application version displayed in the # about dialog of the config window. -APP_VERSION = "0.4.3" +APP_VERSION = "0.4.4" # The PACKAGE_NAME variable is used to configure # 1) the path where all app data (glade files, images) is loaded from