This commit is contained in:
Tony George 2013-10-12 13:23:08 +05:30
parent fbb5180ac1
commit 9bb7d14add
2 changed files with 7 additions and 3 deletions

8
debian/changelog vendored
View File

@ -1,5 +1,9 @@
timeshift (1.0.6) quantal; urgency=low
timeshift (1.0.7) quantal; urgency=medium
* Initial Release
* Added Italian translation
* Updated build scripts
* Fixed build errors on Ubuntu 12.04 (precise)
-- Tony George <tony.george.kol@gmail.com> Sat, 05 Oct 2013 10:00:00 +0530

View File

@ -30,7 +30,7 @@ using Utility;
public Main App;
public const string AppName = "TimeShift";
public const string AppVersion = "1.0.6";
public const string AppVersion = "1.0.7";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejee2008@gmail.com";
public const bool LogTimestamp = true;