From 0e64e478dfd13ff3c5c3b2c46038b13f8b2e9aa3 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 18 Apr 2024 14:20:26 -0300 Subject: [PATCH] Post-release version bump --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2d1ef3478..ddd4346fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[1.16.1]) +AC_INIT([xdg-desktop-portal],[1.16.2]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE diff --git a/meson.build b/meson.build index c2f8e3d90..aca12d032 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'xdg-desktop-portal', 'c', - version: '1.16.1', + version: '1.16.2', meson_version: '>= 0.56.2', license: 'LGPL-2.0-or-later', default_options: ['warning_level=2'])