summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2020-09-17 19:21:45 +0200
committerMichel Dänzer <michel@daenzer.net>2021-02-03 18:26:42 +0100
commit1e72c3ce84e29d51d50f301b986a687e15679cf8 (patch)
tree278ad01eb53510dc416150980451563ff3b90dae /meson.build
parent001f0c89383a2c5227175da1fff8c9592413ba4c (diff)
Bump version to 21.0.99.1
Preparation for a 21.1 release.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d5cc07586..a1a8a571d 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '1.20.99.1',
+ version: '21.0.99.1',
meson_version: '>= 0.46.0',
)
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])