From 4c0545189e80af776a19c34ba679ff1402308eda Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 14 May 2012 08:26:32 -0400 Subject: [PATCH] se v3.4.1 --- core_se/__init__.py | 2 +- help/changelog_se | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index 46d86c63..04b1ce12 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.4.0' +__version__ = '3.4.1' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index ff5a7900..4687d4f9 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,8 @@ +=== 3.4.1 (2012-04-14) + +* Fixed the "Folders" scan type. [Mac] +* Nothing changed under Linux and Windows other than the version. + === 3.4.0 (2012-03-29) * Improved results window UI. [Windows, Linux]