From 0cb31eccbe1450c4f3cf1fcb8c97a527ad050654 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Mon, 15 Jan 2018 10:59:47 +0000 Subject: [PATCH] Update meson.build to 0.2 for development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2303ec7..72d44ad 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gamemode', 'c', - version : '0.1', + version : '0.2', license : 'BSD' ) cc = meson.get_compiler('c')