mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 13:02:27 +01:00
12 lines
347 B
Diff
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'],
|