From 4c5a3e860a3400e1d728fe582f11da607b79b4fa Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Mon, 30 Mar 2020 19:08:20 +1100 Subject: [PATCH] meson.build: Bump version for new unstable branch --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4c1cee21..c49384fb 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.36.0', + version: '3.37.0', license: 'LGPL2.1+', meson_version: '>= 0.50', )