diff --git a/cocoa/se/Info.plist b/cocoa/se/Info.plist index 3b66a799..ffb22ae9 100644 --- a/cocoa/se/Info.plist +++ b/cocoa/se/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 2.12.2 + 2.12.3 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_se/changelog.yaml b/help_se/changelog.yaml index 200a86e1..e7782cdb 100644 --- a/help_se/changelog.yaml +++ b/help_se/changelog.yaml @@ -1,3 +1,9 @@ +- date: 2011-01-01 + version: 2.12.3 + description: | + * Fixed bug causing results to be corrupted after a scan cancellation. (#120) + * Fixed crash when fetching Fairware unpaid hours. (#121) + * Fixed crash when replacing files with hardlinks. (#122) - date: 2010-10-05 version: 2.12.2 description: | diff --git a/qt/se/app.py b/qt/se/app.py index 8f1c4d16..8d2af98b 100644 --- a/qt/se/app.py +++ b/qt/se/app.py @@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'se' LOGO_NAME = 'logo_se' NAME = 'dupeGuru' - VERSION = '2.12.2' + VERSION = '2.12.3' DELTA_COLUMNS = frozenset([2, 4]) def __init__(self):