summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-04 14:06:06 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-04 14:06:06 -0800
commit39a5f8e67615f443e76146769d5f5f9abc5ebd2f (patch)
tree69069d14b3e4f45a25d11434599951a076cd8036
parentc0888158e30bfcd0ae6881b9d78c8122ce2d5f4e (diff)
libxkbfile 1.1.3libxkbfile-1.1.3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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'
)