aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libslirp/version.patch
blob: 683aef439a12b9ed93d18c4cbaa1e8064b3dfb93 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/meson.build b/meson.build
index 2e48fd8..5c1f87f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libslirp', 'c',
-  version : run_command('build-aux/git-version-gen', '@0@/.tarball-version'.format(meson.source_root()), check : true).stdout().strip(),
+  version : '%SLIRP_VERSION%',
   license : 'BSD-3-Clause',
   default_options : ['warning_level=1', 'c_std=gnu99'],
   meson_version : '>= 0.49',