This commit is contained in:
Clement Lefebvre 2023-06-08 12:17:10 +01:00
parent 5b2a0a8617
commit 863e734ccc
2 changed files with 11 additions and 1 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
timeshift (23.06.2) victoria; urgency=medium
[ AsciiWolf ]
* Fix the desktop file name + project license in appdata (#204)
[ Clement Lefebvre ]
* Update translations
-- Clement Lefebvre <root@linuxmint.com> Thu, 08 Jun 2023 12:16:43 +0100
timeshift (23.06.1) victoria; urgency=medium
[ GHelliot ]

View File

@ -1,6 +1,6 @@
project(
'timeshift', 'vala', 'c',
version: '23.06.1',
version: '23.06.2',
license : 'GPL-2.0-or-later',
default_options: ['c_std=c99', 'build.c_std=c99'])