This commit is contained in:
Virgil Dupras 2010-07-15 07:31:33 +02:00
parent ff16fea54a
commit 853bf63777
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>2.10.0</string>
<string>2.10.1</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@ -1,3 +1,7 @@
- date: 2010-07-15
version: 2.10.1
description: |
* Fixed a couple of crashes. (#95, #97, #100)
- date: 2010-04-13
version: 2.10.0
description: |

View File

@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase):
EDITION = 'se'
LOGO_NAME = 'logo_se'
NAME = 'dupeGuru'
VERSION = '2.10.0'
VERSION = '2.10.1'
DELTA_COLUMNS = frozenset([2, 4, 5])
def __init__(self):