Update changelogs

This commit is contained in:
Tony George 2021-09-25 12:52:49 +05:30
parent 2839058a41
commit ade651c0c8
3 changed files with 14 additions and 2 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
timeshift (21.09.1) focal; urgency=medium
* Fix #676 Build fails with xapp 2.0.0
* Fix #676 Update references to GLib.Object
* Fix #425, #753, #755
* Fix #589
* Fix #186
* Fix compiler warnings
* Update README
-- Tony George <teejeetech@gmail.com> Sat, 25 Sep 2021 10:00:00 +0530
timeshift (21.06) focal; urgency=medium
* Update packaging

View File

@ -38,7 +38,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift";
public const string AppShortName = "timeshift";
public const string AppVersion = "21.09";
public const string AppVersion = "21.09.1";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";

View File

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