summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-04-30 14:07:44 -0400
committerAdam Jackson <ajax@redhat.com>2018-04-30 14:07:44 -0400
commitd6f2272f44ce1a7a96ae04fdbde8708514c60771 (patch)
tree7adfa6222b95369664903356112fc029fd45ae8d
parent6cace4990abc2386b6ea68536b321994d264c295 (diff)
meson: Bump version number here too
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a2e6a3d29..6571d08eb 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project('xserver', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '1.19.99.904',
+ version: '1.19.99.905',
meson_version: '>= 0.42.0',
)
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: 'c')