Update changelog, prepare for release

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@380 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer 2010-03-06 23:22:28 +00:00
parent f015278bb9
commit bdc3467ad7
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
----------------------------
0.4.3 (2010-03-07)
----------------------------
- Fixed crash when editing groups (regression introduced in 0.4.2) (Bug #2964295)
----------------------------
0.4.2 (2010-03-03)
----------------------------

View File

@ -16,7 +16,7 @@
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>KeePassX 0.4.1</string>
<string>KeePassX 0.4.3</string>
<key>CFBundleSignature</key>
<string>kpsx</string>
@ -25,10 +25,10 @@
<string>KeePassX</string>
<key>CFBundleVersion</key>
<string>0.4.1</string>
<string>0.4.3</string>
<key>CFBundleShortVersionString</key>
<string>0.4.1</string>
<string>0.4.3</string>
<key>CFBundleName</key>
<string>KeePassX</string>

View File

@ -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.3b"
#define APP_VERSION "0.4.3"
#define BUILTIN_ICONS 69