diff --git a/debian/changelog b/debian/changelog index ffaa214..cf7b644 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +timeshift (24.01.1) virginia; urgency=medium + + * l10n: Update translations + + -- Clement Lefebvre Thu, 04 Jan 2024 17:02:16 +0000 + timeshift (23.12.2) virginia; urgency=medium [ KeithB ] diff --git a/meson.build b/meson.build index 26efad3..0eae6cd 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'timeshift', 'vala', 'c', - version: '23.12.2', + version: '24.01.1', license : 'GPL-2.0-or-later', meson_version: '>= 0.54.0', default_options: ['c_std=c99', 'build.c_std=c99'])