This commit is contained in:
Clement Lefebvre 2023-07-08 18:12:04 +02:00
parent 4a5e7a5483
commit e7fab11ae9
2 changed files with 12 additions and 1 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
timeshift (23.07.1) victoria; urgency=medium
[ Bobby Rong ]
* build: allow installing default.json to sysconfdir (#208)
* treewide: use /usr/bin/env bash for shebang (#209)
[ Clement Lefebvre ]
* Update translations
-- Clement Lefebvre <root@linuxmint.com> Sat, 08 Jul 2023 18:11:01 +0200
timeshift (23.06.2) victoria; urgency=medium
[ AsciiWolf ]

View File

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