From e7fab11ae99465a8ac405981040482c9369e957a Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Sat, 8 Jul 2023 18:12:04 +0200 Subject: [PATCH] 23.07.1 --- debian/changelog | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3dc5002..9bea029 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 08 Jul 2023 18:11:01 +0200 + timeshift (23.06.2) victoria; urgency=medium [ AsciiWolf ] diff --git a/meson.build b/meson.build index 886f062..cf754fa 100644 --- a/meson.build +++ b/meson.build @@ -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'])