me v5.8.1

This commit is contained in:
Virgil Dupras 2010-07-16 08:53:43 +02:00
parent 793c2aa423
commit d2a55ffd31
3 changed files with 6 additions and 2 deletions

View File

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

View File

@ -1,3 +1,7 @@
- date: 2010-07-16
version: 5.8.1
description: |
* Fixed a couple of crashes. (#95, #97, #100)
- date: 2010-04-14
version: 5.8.0
description: |

View File

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