diff --git a/cocoa/se/Info.plist b/cocoa/se/Info.plist
index e1319396..1b973836 100644
--- a/cocoa/se/Info.plist
+++ b/cocoa/se/Info.plist
@@ -23,7 +23,7 @@
CFBundleSignature
hsft
CFBundleVersion
- 2.9.1
+ 2.9.2
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/help_se/changelog.yaml b/help_se/changelog.yaml
index 098ca571..32336d6d 100644
--- a/help_se/changelog.yaml
+++ b/help_se/changelog.yaml
@@ -1,3 +1,10 @@
+- date: 2010-02-10
+ version: 2.9.2
+ description: |
+ * dupeGuru is now 64-bit on Mac OS X!
+ * Fixed a crash upon quitting when support folder is not present. (#83)
+ * Fixed a crash during sorting. (#85)
+ * Fixed selection glitches, especially while renaming. (#93)
- date: 2010-01-13
version: 2.9.1
description: |
diff --git a/qt/se/app.py b/qt/se/app.py
index ed11e973..9a0ac79a 100644
--- a/qt/se/app.py
+++ b/qt/se/app.py
@@ -26,7 +26,7 @@ class Directories(DirectoriesBase):
class DupeGuru(DupeGuruBase):
LOGO_NAME = 'logo_se'
NAME = 'dupeGuru'
- VERSION = '2.9.1'
+ VERSION = '2.9.2'
DELTA_COLUMNS = frozenset([2, 4, 5])
def __init__(self):