From 39a5f8e67615f443e76146769d5f5f9abc5ebd2f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 4 Feb 2024 14:06:06 -0800 Subject: libxkbfile 1.1.3 Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7ac41c9..4d6ea50 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libxkbfile], [1.1.2], +AC_INIT([libxkbfile], [1.1.3], [https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues], [libxkbfile]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/meson.build b/meson.build index d5011dc..22ded80 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libxkbfile', 'c', - version: '1.1.2', + version: '1.1.3', meson_version: '>= 0.57.0', license: 'MIT' ) -- cgit v1.2.3