diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | 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' ) |