summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2026-01-25 16:14:47 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2026-01-25 16:14:47 -0800
commit540c3ceef2be3e513b18002a858c7a9591dd749a (patch)
treead52a0137f31fc82635367049f5ac258da0a1a85
parent592eafbb33a67a0bc22d054fcd9f95bb27d825bb (diff)
libXrandr 1.5.5libXrandr-1.5.5
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 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',