From 54ec23670fa4dbe6c180dc9836761583f7635ed2 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Tue, 9 Jul 2019 14:01:55 -0400 Subject: [PATCH] Release 1.0 --- meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3a1dd6b1..888738aa 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,8 @@ -project('io.elementary.feedback', 'vala', 'c') +project( + 'io.elementary.feedback', + 'vala', 'c', + version: '1.0' +) gnome = import('gnome') i18n = import('i18n')