From 20e29a797561476653ac3447aaf524fe22d9a115 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Mon, 28 Jan 2019 23:59:32 +0100 Subject: [PATCH] Release 1.17.3 --- Program.cs | 2 +- subprocess/Program.cs | 2 +- video/Program.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index 8a768e7d..9bb1d309 100644 --- a/Program.cs +++ b/Program.cs @@ -21,7 +21,7 @@ static class Program{ public const string BrandName = "TweetDuck"; public const string Website = "https://tweetduck.chylex.com"; - public const string VersionTag = "1.17.2"; + public const string VersionTag = "1.17.3"; public static readonly string ProgramPath = AppDomain.CurrentDomain.BaseDirectory; public static readonly bool IsPortable = File.Exists(Path.Combine(ProgramPath, "makeportable")); diff --git a/subprocess/Program.cs b/subprocess/Program.cs index 7b5faed3..c073ceff 100644 --- a/subprocess/Program.cs +++ b/subprocess/Program.cs @@ -5,7 +5,7 @@ namespace TweetDuck.Browser{ static class Program{ - internal const string Version = "1.4.1.0"; + internal const string Version = "1.4.2"; private static int Main(string[] args){ SubProcess.EnableHighDPISupport(); diff --git a/video/Program.cs b/video/Program.cs index c9a5f902..f8a628d1 100644 --- a/video/Program.cs +++ b/video/Program.cs @@ -5,7 +5,7 @@ namespace TweetDuck.Video{ static class Program{ - internal const string Version = "1.4.1"; + internal const string Version = "1.4.2"; // referenced in VideoPlayer // set by task manager -- public const int CODE_PROCESS_KILLED = 1;