blob: bc96843f40c153ff082881e3f2034976b47d5309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/meson.build b/meson.build
index 8c6288f..caef2d4 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# project definition
#
project('spice-gtk', 'c',
- version : run_command('build-aux/git-version-gen', '@0@/.tarball-version'.format(meson.source_root()), check : true).stdout().strip(),
+ version : '0.37',
license : 'LGPLv2.1',
meson_version : '>= 0.49')
|