From a6887a5321433c8605bdbecea9f3d45afed66993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kowalczyk?= Date: Mon, 26 Sep 2022 12:05:48 +0200 Subject: [PATCH] Bump Gramine version to 1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaƂ Kowalczyk --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index dc733ccb29..3e9c80e8b2 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'gramine', 'c', 'cpp', - version: '1.2post-UNRELEASED', + version: '1.3', license: 'LGPLv3+', meson_version: '>=0.56',