summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2026-01-25 14:25:04 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2026-01-25 14:25:04 -0800
commita6d5d773e2a4e5a11b58f3a894f2085686baa6f4 (patch)
tree88806e75cb4e8b03872039747dfd5347478948b4
parentc0d3cb61bda8c22f2cbd9134e9225080460f2974 (diff)
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 f38512d..08e20a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_PREREQ([2.60])
# that 'revision' number appears in Xcomposite.h and has to be manually
# synchronized.
#
-AC_INIT(libXcomposite, [0.4.6],
+AC_INIT(libXcomposite, [0.4.7],
[https://gitlab.freedesktop.org/xorg/lib/libxcomposite/-/issues],
[libXcomposite])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/meson.build b/meson.build
index a2de02a..142e28a 100644
--- a/meson.build
+++ b/meson.build
@@ -35,7 +35,7 @@
project(
'libXcomposite',
'c',
- version: '0.4.6',
+ version: '0.4.7',
license: 'HPND-sell-variant AND MIT',
license_files: 'COPYING',
meson_version: '>= 1.1.0',