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