se v2.12.1 me v5.10.1 pe v1.11.1

This commit is contained in:
Virgil Dupras 2010-09-30 12:35:40 +02:00
parent 4886982d43
commit 5b6891dd45
9 changed files with 18 additions and 6 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.10.0</string> <string>5.10.1</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

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>1.11.0</string> <string>1.11.1</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

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>2.12.0</string> <string>2.12.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,7 @@
- date: 2010-09-30
version: 5.10.1
description: |
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
- date: 2010-09-27 - date: 2010-09-27
version: 5.10.0 version: 5.10.0
description: | description: |

View File

@ -1,3 +1,7 @@
- date: 2010-09-30
version: 1.11.1
description: |
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
- date: 2010-09-27 - date: 2010-09-27
version: 1.11.0 version: 1.11.0
description: | description: |

View File

@ -1,3 +1,7 @@
- date: 2010-09-30
version: 2.12.1
description: |
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
- date: 2010-09-26 - date: 2010-09-26
version: 2.12.0 version: 2.12.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.10.0' VERSION = '5.10.1'
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7]) DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7])
def __init__(self): def __init__(self):

View File

@ -60,7 +60,7 @@ class DupeGuru(DupeGuruBase):
EDITION = 'pe' EDITION = 'pe'
LOGO_NAME = 'logo_pe' LOGO_NAME = 'logo_pe'
NAME = 'dupeGuru Picture Edition' NAME = 'dupeGuru Picture Edition'
VERSION = '1.11.0' VERSION = '1.11.1'
DELTA_COLUMNS = frozenset([2, 5]) DELTA_COLUMNS = frozenset([2, 5])
def __init__(self): def __init__(self):

View File

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