Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuined1 <ruined1@gmail.com>2019-02-17 00:26:57 +0300
committerRuined1 <ruined1@gmail.com>2019-02-17 00:26:57 +0300
commit6ae2eabf7891fdccfb5fa6a9c314a3095b0353a1 (patch)
treec4b9d203d0df719f798d9ce975dc2db92e3a7055
parent59ad019f845b05e889525515ae0d1384dda05aab (diff)
Updated Version3.2.3
3.2.2 Fixed compiled to 32-bit for 32-bit systems Fixed indentation in dwt_util
-rw-r--r--dwt_about.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwt_about.py b/dwt_about.py
index afff940..8a75058 100644
--- a/dwt_about.py
+++ b/dwt_about.py
@@ -27,7 +27,7 @@ import wx
import wx.adv
import wx.lib.scrolledpanel as sp
-__version__ = "3.2.2"
+__version__ = "3.2.3"
year = datetime.date.today().year
def about_dialog(parent):