Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
teejee2008 committed Sep 25, 2021
1 parent 2839058 commit ade651c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Console/AppConsole.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion src/Gtk/AppGtk.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit ade651c

Please sign in to comment.