aports/community/fwupd/fix-version.patch
2019-12-10 12:23:15 +01:00

12 lines
347 B
Diff

diff --git a/meson.build b/meson.build
index 959fc0d..0251e0c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('fwupd', 'c',
- version : run_command('contrib/get-version.py').stdout().strip(),
+ version : '1.3.5',
license : 'LGPL-2.1+',
meson_version : '>=0.47.0',
default_options : ['warning_level=2', 'c_std=c99'],