We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8626c95 commit 36429afCopy full SHA for 36429af
debian/changelog
@@ -1,3 +1,9 @@
1
+timeshift (24.06.6) xia; urgency=medium
2
+
3
+ * l10n: Update translations
4
5
+ -- Clement Lefebvre <[email protected]> Mon, 06 Jan 2025 14:15:15 +0000
6
7
timeshift (24.06.5) xia; urgency=medium
8
9
* l10n: Update translations
meson.build
@@ -2,10 +2,10 @@ project(
'timeshift',
'vala',
'c',
-version : '24.06.5',
-license : 'GPL-2.0-or-later',
-meson_version : '>= 0.54.0',
-default_options : ['c_std=c99', 'build.c_std=c99']
+ version : '24.06.6',
+ license : 'GPL-2.0-or-later',
+ meson_version : '>= 0.54.0',
+ default_options : ['c_std=c99', 'build.c_std=c99']
)
10
11
dependencies = [
0 commit comments