From 78b3b4773e9e933b4eb17f11d06ee95455c88e80 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Tue, 19 Jan 2021 19:16:39 +0100 Subject: [PATCH] meson.build: on the road again I always write the same commit messages --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9017595b..12d3e91d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('terminology', 'c', - version: '1.9.0', + version: '1.9.99', default_options: ['buildtype=plain', 'c_std=gnu99'], license: 'BSD')