From 457f393cb4e4566258a2a893f79199802e0aad4c Mon Sep 17 00:00:00 2001 From: sniperbeamer Date: Mon, 14 Sep 2009 09:08:16 +0000 Subject: [PATCH] Update changelog and bump version to 0.4.1 final git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@345 b624d157-de02-0410-bad0-e51aec6abb33 --- changelog | 6 +++--- share/macx_bundle/Info.plist | 6 +++--- src/keepassx.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog b/changelog index e25a60a..c24bafe 100644 --- a/changelog +++ b/changelog @@ -1,10 +1,10 @@ ---------------------------- - 0.4.1 (2009-09-XX) + 0.4.1 (2009-09-14) ---------------------------- - Added initial documentation (by Jussi Sainio) - Added and improved many translations -- Added ability to drag'n'drop fields (username, password, ...) to other applications -- Added option to show the application window always on top +- Added ability to drag'n'drop fields (username, password, ...) to other applications [Linux] +- Added option to show the application window always on top [Linux and Windows] - Seperate columns settings between normal and search results view - Interrupt auto-type if the focused window changed meanwhile - Reduced height of password generator dialog (Bug #2831504) diff --git a/share/macx_bundle/Info.plist b/share/macx_bundle/Info.plist index a021f2c..57fc349 100644 --- a/share/macx_bundle/Info.plist +++ b/share/macx_bundle/Info.plist @@ -16,7 +16,7 @@ APPL CFBundleGetInfoString - KeePassX 0.4.0 + KeePassX 0.4.1 CFBundleSignature kpsx @@ -25,10 +25,10 @@ KeePassX CFBundleVersion - 0.4.0 + 0.4.1 CFBundleShortVersionString - 0.4.0 + 0.4.1 CFBundleName KeePassX diff --git a/src/keepassx.h b/src/keepassx.h index a0524c6..66b3b88 100644 --- a/src/keepassx.h +++ b/src/keepassx.h @@ -26,7 +26,7 @@ #define APP_CODE_NAME "keepassx" #define APP_SHORT_FUNC "Password Manager" #define APP_LONG_FUNC "Cross Platform Password Manager" -#define APP_VERSION "0.4.1beta" +#define APP_VERSION "0.4.1" #define BUILTIN_ICONS 69