1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-21 06:15:47 +02:00

Release 1.17.2

This commit is contained in:
chylex 2018-11-23 06:19:43 +01:00
parent 8d536a6734
commit 2be46464d6
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ static class Program{
public const string BrandName = "TweetDuck";
public const string Website = "https://tweetduck.chylex.com";
public const string VersionTag = "1.17.1";
public const string VersionTag = "1.17.2";
public static readonly string ProgramPath = AppDomain.CurrentDomain.BaseDirectory;
public static readonly bool IsPortable = File.Exists(Path.Combine(ProgramPath, "makeportable"));

View File

@ -5,7 +5,7 @@
namespace TweetDuck.Video{
static class Program{
internal const string Version = "1.4";
internal const string Version = "1.4.1";
// referenced in VideoPlayer
// set by task manager -- public const int CODE_PROCESS_KILLED = 1;