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 99e3944..12bd621 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_PREREQ([2.60]) # digit in the version number to track changes which don't affect the # protocol, so Xrandr version l.n.m corresponds to protocol version l.n # -AC_INIT([libXrandr], [1.5.4], +AC_INIT([libXrandr], [1.5.5], [https://gitlab.freedesktop.org/xorg/lib/libxrandr/-/issues], [libXrandr]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/meson.build b/meson.build index 98dcb2e..cd59a6e 100644 --- a/meson.build +++ b/meson.build @@ -32,7 +32,7 @@ project( 'libXrandr', 'c', - version: '1.5.4', + version: '1.5.5', license: 'HPND-sell-variant', license_files: 'COPYING', meson_version: '>= 1.1.0', |
