This commit is contained in:
Virgil Dupras 2010-11-21 16:25:16 +01:00
parent 0382ad1534
commit 7ddf9772df
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.10.2</string>
<string>5.10.3</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@ -1,3 +1,7 @@
- date: 2010-11-21
version: 5.10.3
description: |
* Fixed crash when reading malformed mp4 files. (#117 #118)
- date: 2010-10-06
version: 5.10.2
description: |

View File

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