diff options
| author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2026-01-25 14:25:04 -0800 |
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2026-01-25 14:25:04 -0800 |
| commit | a6d5d773e2a4e5a11b58f3a894f2085686baa6f4 (patch) | |
| tree | 88806e75cb4e8b03872039747dfd5347478948b4 | |
| parent | c0d3cb61bda8c22f2cbd9134e9225080460f2974 (diff) | |
libXcomposite 0.4.7HEADlibXcomposite-0.4.7master
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
| -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 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', |
