1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 13:44:37 +00:00
This commit is contained in:
Virgil Dupras 2010-08-24 10:46:47 +02:00
parent ee209f8f88
commit abcd774c9d
3 changed files with 7 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>hsft</string> <string>hsft</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>5.9.0</string> <string>5.9.1</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

View File

@ -1,3 +1,8 @@
- date: 2010-08-24
version: 5.9.1
description: |
* Fixed HTML exporting which was broken in 5.9.0.
* Fixed Xing-encoded mpeg decoding which was broken in 5.9.0.
- date: 2010-08-20 - date: 2010-08-20
version: 5.9.0 version: 5.9.0
description: | description: |

View File

@ -17,7 +17,7 @@ class DupeGuru(DupeGuruBase):
EDITION = 'me' EDITION = 'me'
LOGO_NAME = 'logo_me' LOGO_NAME = 'logo_me'
NAME = 'dupeGuru Music Edition' NAME = 'dupeGuru Music Edition'
VERSION = '5.9.0' VERSION = '5.9.1'
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7]) DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7])
def __init__(self): def __init__(self):