Skip to content

Commit aab06b7

Browse files
committed
24.06.1
1 parent ebb4744 commit aab06b7

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

debian/changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
timeshift (24.06.1) wilma; urgency=medium
2+
3+
[ mostghost ]
4+
* Relocated 'delete' to a safer position. (#268)
5+
* Added confirmation dialog on delete. (#269)
6+
7+
[ Clement Lefebvre ]
8+
* Add missing l10n to previous commit
9+
* l10n: Update POT
10+
11+
-- Clement Lefebvre <[email protected]> Thu, 06 Jun 2024 11:54:24 +0100
12+
113
timeshift (24.01.1) virginia; urgency=medium
214

315
* l10n: Update translations

meson.build

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
project(
2-
'timeshift', 'vala', 'c',
3-
version: '24.01.1',
2+
'timeshift',
3+
'vala',
4+
'c',
5+
version : '24.06.1',
46
license : 'GPL-2.0-or-later',
5-
meson_version: '>= 0.54.0',
6-
default_options: ['c_std=c99', 'build.c_std=c99'])
7+
meson_version : '>= 0.54.0',
8+
default_options : ['c_std=c99', 'build.c_std=c99']
9+
)
710

811
dependencies = [
912
dependency('glib-2.0'),

0 commit comments

Comments
 (0)