diff options
author | Ray Strode <rstrode@redhat.com> | 2020-09-11 16:14:33 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2020-09-11 16:26:56 -0400 |
commit | 6fc40ac6aa37c8ad87c32f0b1a5d813d34bf7770 (patch) | |
tree | 33d9dd268eb15adcde5e1d1ce5a1540a841ee8c5 /meson.build | |
parent | 1276bf496dea277885815ed4367aca1f2f2d1761 (diff) | |
download | gdm-6fc40ac6aa37c8ad87c32f0b1a5d813d34bf7770.tar.gz |
meson: bump to 3.38.03.38.0
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index c1c98de6..7e336bfa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gdm', 'c', - version: '3.37.90', + version: '3.38.0', license: 'GPL2+', meson_version: '>= 0.50', ) |