From 72e24b52927536226164a1d1ec7c34639886cda9 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 17 Jan 2018 11:59:32 +0000 Subject: [PATCH] Update meson.build for 0.3 development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a539f21..ef9d972 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'gamemode', 'c', default_options : ['c_std=c11'], - version: '0.2', + version: '0.3', license: 'BSD', )