We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c33ef commit 6b041acCopy full SHA for 6b041ac
meson.build
@@ -1,4 +1,8 @@
1
-project('io.elementary.shortcut-overlay', 'vala', 'c')
+project(
2
+ 'io.elementary.shortcut-overlay',
3
+ 'vala', 'c',
4
+ version: '1.0'
5
+)
6
7
gnome = import('gnome')
8
i18n = import('i18n')
0 commit comments