1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-31 17:34:14 +02:00

Release 1.7.5

This commit is contained in:
chylex 2017-05-16 21:18:22 +02:00
parent e3b2ff7f0e
commit 4c31e72d29

View File

@ -20,8 +20,8 @@ static class Program{
public const string BrandName = "TweetDuck"; public const string BrandName = "TweetDuck";
public const string Website = "https://tweetduck.chylex.com"; public const string Website = "https://tweetduck.chylex.com";
public const string VersionTag = "1.7.4"; public const string VersionTag = "1.7.5";
public const string VersionFull = "1.7.4.0"; public const string VersionFull = "1.7.5.0";
public static readonly Version Version = new Version(VersionTag); public static readonly Version Version = new Version(VersionTag);
public static readonly bool IsPortable = File.Exists("makeportable"); public static readonly bool IsPortable = File.Exists("makeportable");