aboutsummaryrefslogtreecommitdiffstats
path: root/community/fwupd/fix-version.patch
blob: be4a369c6f7be7a40b759c8999df211824833047 (plain)
1
2
3
4
5
6
7
8
9
10
11
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'],