This commit is contained in:
Clement Lefebvre 2024-06-06 11:56:01 +01:00
parent ebb474409c
commit aab06b780f
2 changed files with 19 additions and 4 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
timeshift (24.06.1) wilma; urgency=medium
[ mostghost ]
* Relocated 'delete' to a safer position. (#268)
* Added confirmation dialog on delete. (#269)
[ Clement Lefebvre ]
* Add missing l10n to previous commit
* l10n: Update POT
-- Clement Lefebvre <root@linuxmint.com> Thu, 06 Jun 2024 11:54:24 +0100
timeshift (24.01.1) virginia; urgency=medium
* l10n: Update translations

View File

@ -1,9 +1,12 @@
project(
'timeshift', 'vala', 'c',
version: '24.01.1',
'timeshift',
'vala',
'c',
version : '24.06.1',
license : 'GPL-2.0-or-later',
meson_version: '>= 0.54.0',
default_options: ['c_std=c99', 'build.c_std=c99'])
meson_version : '>= 0.54.0',
default_options : ['c_std=c99', 'build.c_std=c99']
)
dependencies = [
dependency('glib-2.0'),