From 5b6891dd455ba69e22693fe3aba6be826c1a051c Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 30 Sep 2010 12:35:40 +0200 Subject: [PATCH] se v2.12.1 me v5.10.1 pe v1.11.1 --- cocoa/me/Info.plist | 2 +- cocoa/pe/Info.plist | 2 +- cocoa/se/Info.plist | 2 +- help_me/changelog.yaml | 4 ++++ help_pe/changelog.yaml | 4 ++++ help_se/changelog.yaml | 4 ++++ qt/me/app.py | 2 +- qt/pe/app.py | 2 +- qt/se/app.py | 2 +- 9 files changed, 18 insertions(+), 6 deletions(-) diff --git a/cocoa/me/Info.plist b/cocoa/me/Info.plist index 9990da08..45f6272a 100644 --- a/cocoa/me/Info.plist +++ b/cocoa/me/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 5.10.0 + 5.10.1 NSMainNibFile MainMenu NSPrincipalClass diff --git a/cocoa/pe/Info.plist b/cocoa/pe/Info.plist index afe9a92d..eb3031a4 100644 --- a/cocoa/pe/Info.plist +++ b/cocoa/pe/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 1.11.0 + 1.11.1 NSMainNibFile MainMenu NSPrincipalClass diff --git a/cocoa/se/Info.plist b/cocoa/se/Info.plist index ff944db2..e88f6619 100644 --- a/cocoa/se/Info.plist +++ b/cocoa/se/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 2.12.0 + 2.12.1 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_me/changelog.yaml b/help_me/changelog.yaml index 66917051..377c53e3 100644 --- a/help_me/changelog.yaml +++ b/help_me/changelog.yaml @@ -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 version: 5.10.0 description: | diff --git a/help_pe/changelog.yaml b/help_pe/changelog.yaml index b0bf1139..4d6d7a76 100644 --- a/help_pe/changelog.yaml +++ b/help_pe/changelog.yaml @@ -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 version: 1.11.0 description: | diff --git a/help_se/changelog.yaml b/help_se/changelog.yaml index 69343446..a3b1774f 100644 --- a/help_se/changelog.yaml +++ b/help_se/changelog.yaml @@ -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 version: 2.12.0 description: | diff --git a/qt/me/app.py b/qt/me/app.py index fd82507f..f0e07ced 100644 --- a/qt/me/app.py +++ b/qt/me/app.py @@ -17,7 +17,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'me' LOGO_NAME = 'logo_me' NAME = 'dupeGuru Music Edition' - VERSION = '5.10.0' + VERSION = '5.10.1' DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7]) def __init__(self): diff --git a/qt/pe/app.py b/qt/pe/app.py index 2e95a112..4708806f 100644 --- a/qt/pe/app.py +++ b/qt/pe/app.py @@ -60,7 +60,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'pe' LOGO_NAME = 'logo_pe' NAME = 'dupeGuru Picture Edition' - VERSION = '1.11.0' + VERSION = '1.11.1' DELTA_COLUMNS = frozenset([2, 5]) def __init__(self): diff --git a/qt/se/app.py b/qt/se/app.py index b71d4a2b..ac8b9f61 100644 --- a/qt/se/app.py +++ b/qt/se/app.py @@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'se' LOGO_NAME = 'logo_se' NAME = 'dupeGuru' - VERSION = '2.12.0' + VERSION = '2.12.1' DELTA_COLUMNS = frozenset([2, 4]) def __init__(self):