From d9d9ab77be241a778e874a7c930189c4b989fea5 Mon Sep 17 00:00:00 2001 From: Karol Szuster Date: Tue, 24 Jul 2018 15:26:45 +0200 Subject: [PATCH] Release v0.1.0-alpha --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index afe931f0..073d3b95 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('SPMod', ['c', 'cpp'], license : 'GPLv3', meson_version : '>=0.44.0', - version : '0.0.1') + version : '0.1.0-alpha') gLinkArgs = [] gCppArgs = []