From 621e3c95c300690648f934a1b7b1e1e6483986c5 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Mon, 6 Jan 2025 14:12:48 +0000 Subject: [PATCH] 3.4.5 --- debian/changelog | 6 ++++++ meson.build | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cfb6023..dce43c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pix (3.4.5) xia; urgency=medium + + * l10n: Update translations + + -- Clement Lefebvre Mon, 06 Jan 2025 14:12:10 +0000 + pix (3.4.4) xia; urgency=medium * l10n: Update translations diff --git a/meson.build b/meson.build index c16206d..6a40275 100644 --- a/meson.build +++ b/meson.build @@ -1,9 +1,9 @@ project( 'pix', ['c', 'cpp'], -license : 'GPL2+', -version : '3.4.4', -meson_version : '>=0.43' + license : 'GPL2+', + version : '3.4.5', + meson_version : '>=0.43' ) glib_version = '>=2.54.0'