From ad88f2728de1a75d4fefcc5b75b5c1635a2b006b Mon Sep 17 00:00:00 2001 From: naxuroqa Date: Tue, 23 Oct 2018 16:25:23 +0200 Subject: [PATCH] Release-0.4.0: raise version number --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b2b2c35..00e593d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('venom', ['vala', 'c'], license: 'GPL3+', - version: '0.3.0' + version: '0.4.0' ) i18n = import('i18n')