summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2021-03-30 09:25:17 -0400
committerRay Strode <rstrode@redhat.com>2021-03-30 09:25:30 -0400
commit3246bf1af8589899621649df523e6840e4858cda (patch)
tree2974d48dd996d493090bb83ef1aa905eba413d24 /meson.build
parent0b28fa2255402a4bb77edd5176da2af26706a1e4 (diff)
downloadgdm-3246bf1af8589899621649df523e6840e4858cda.tar.gz
meson: Fix version to be 40.0 not 4040.0
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 cd110121..e6fcf4b8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gdm', 'c',
- version: '40',
+ version: '40.0',
license: 'GPL2+',
meson_version: '>= 0.50',
)