From 1c3e61281428feca68c5342faa8a7fcac0299fb8 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 22 Feb 2018 17:49:50 -0600 Subject: [PATCH] Bumped updater version number --- DS4Windows/DS4Forms/DS4Form.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index d3ff67d..f4b50e7 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -62,7 +62,7 @@ namespace DS4Windows { "DS4Windows v" + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion, string.Empty, string.Empty, string.Empty, string.Empty }; - internal const string UPDATER_VERSION = "1.2.6.0"; + internal const string UPDATER_VERSION = "1.2.7.0"; internal static int WM_QUERYENDSESSION = 0x11; internal string updaterExe = Environment.Is64BitProcess ? "DS4Updater.exe" : "DS4Updater_x86.exe";