This commit is contained in:
Tony George 2016-10-07 18:06:49 +05:30
parent c3c36486cc
commit 8a6db3e88b
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
timeshift (16.10) xenial; urgency=medium
* Major release with re-designed UI and features
-- Tony George <tony.george.kol@gmail.com> Fri, 07 Oct 2016 10:00:00 +0530
timeshift (16.7.11) trusty; urgency=medium
* Fixed: First snapshot size estimation fails in some cases

View File

@ -37,7 +37,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift RSYNC";
public const string AppShortName = "timeshift";
public const string AppVersion = "16.7";
public const string AppVersion = "16.10";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejee2008@gmail.com";