mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
v5.10.3
This commit is contained in:
parent
0382ad1534
commit
7ddf9772df
@ -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>
|
||||
|
@ -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: |
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user