summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2025-09-07 19:18:09 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2025-09-07 19:18:09 -0700
commit836a6290fcd8e677329867af4c2a7f2b44b8f4d5 (patch)
tree12025de584cd9fb9e1b477b168f2ad92f195a60c
parent9e7d156bc7f8cb411fccaf06e0d118b245eafad8 (diff)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--meson.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f13f4c8..17822d8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
#
# Copyright (c) 2023, Oracle and/or its affiliates.
#
@@ -21,7 +22,11 @@
# DEALINGS IN THE SOFTWARE.
#
-project('xorg-cf-files', version: '1.0.8', meson_version: '>=0.60.0')
+project(
+ 'xorg-cf-files',
+ version: '1.0.9',
+ meson_version: '>=0.60.0'
+)
conf = configuration_data()
conf.set('prefix', get_option('prefix'))