blob: 687e3b43e02be65beee3f8e6ddc59bf374500ac5 (
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.38',
license : 'LGPLv2.1',
meson_version : '>= 0.49',
default_options : ['buildtype=debugoptimized',
|