diff --git a/debian/changelog b/debian/changelog index 17d06d6..119682c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xviewer (3.4.2) virginia; urgency=medium + + [ Hiers ] + * Fix potential infinite while loop and interpreting unsigned int as signed. + + -- Clement Lefebvre Tue, 28 Nov 2023 11:18:37 +0000 + xviewer (3.4.1) victoria; urgency=medium * l10n: Update translations diff --git a/meson.build b/meson.build index ae00494..da25e35 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xviewer', 'c', version: '3.4.1', meson_version: '>= 0.49') +project('xviewer', 'c', version: '3.4.2', meson_version: '>= 0.49') version = meson.project_version()