about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders/newsflash/hardcode-version.patch
blob: 972ec7464e08f647e2802601abbfb0a0a9e363a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/meson.build b/meson.build
index 55a5048a..1c648189 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'newsflash', 'rust',
-  version: '0.0.0',
+  version: '@version@',
   license: 'GPLv3',
 )