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:
author10se1ucgo <hammaadu1@gmail.com>2015-09-03 04:22:24 +0300
committer10se1ucgo <hammaadu1@gmail.com>2015-09-03 04:22:24 +0300
commite7afd5c3d60575b69cd455d9db82e9e6f20887c6 (patch)
tree1d0d42bcbca83327d71d42f81b1739e6d6b9fd21
parent862c38f5e196d7a2086cefc29dcd29d4e79b7edb (diff)
Version # bumpv2.4
-rw-r--r--run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index 6dc192b..06ee7ff 100644
--- a/run.py
+++ b/run.py
@@ -158,7 +158,7 @@ class MainFrame(wx.Frame):
aboutpg = wx.AboutDialogInfo()
aboutpg.Name = "Windows 10 Tracking Disable Tool"
- aboutpg.Version = "v2.3"
+ aboutpg.Version = "v2.4"
aboutpg.Copyright = "(c) 2015 10se1ucgo"
aboutpg.Description = "A tool to disable nasty tracking in Windows 10"
aboutpg.WebSite = ("https://github.com/10se1ucgo/DisableWinTracking", "GitHub Project Page")