From 6ef4c70f9cb5367ee1498afb6fac8e590b601371 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Fri, 15 Jul 2022 15:28:50 +0200 Subject: [PATCH] 22.06.4 --- debian/changelog | 7 +++++++ src/Console/AppConsole.vala | 2 +- src/Gtk/AppGtk.vala | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0bbf213..9718b93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +timeshift (22.06.4) vanessa; urgency=medium + + [ Michael Webster ] + * Disable selection of the btrfs backend when there are no btrfs filesystems found. + + -- Clement Lefebvre Fri, 15 Jul 2022 15:26:43 +0200 + timeshift (22.06.3) vanessa; urgency=medium [ Michael Webster ] diff --git a/src/Console/AppConsole.vala b/src/Console/AppConsole.vala index d104ddb..70d8f88 100644 --- a/src/Console/AppConsole.vala +++ b/src/Console/AppConsole.vala @@ -38,7 +38,7 @@ using TeeJee.Misc; public Main App; public const string AppName = "Timeshift"; public const string AppShortName = "timeshift"; -public const string AppVersion = "22.06.3"; +public const string AppVersion = "22.06.4"; public const string AppAuthor = "Tony George"; public const string AppAuthorEmail = "teejeetech@gmail.com"; diff --git a/src/Gtk/AppGtk.vala b/src/Gtk/AppGtk.vala index 06009a8..27c1eb5 100644 --- a/src/Gtk/AppGtk.vala +++ b/src/Gtk/AppGtk.vala @@ -37,7 +37,7 @@ using TeeJee.Misc; public Main App; public const string AppName = "Timeshift"; public const string AppShortName = "timeshift"; -public const string AppVersion = "22.06.3"; +public const string AppVersion = "22.06.4"; public const string AppAuthor = "Tony George"; public const string AppAuthorEmail = "teejeetech@gmail.com";