From 1f2f206d829a93d9b41c7b86c4a54a28e658c522 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 31 Mar 2019 19:15:50 +0200 Subject: [PATCH] meson.build: start new dev cycle --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 98ea3aa0..41fb7b8b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('terminology', 'c', - version: '1.4.0', + version: '1.4.99', default_options: ['c_std=gnu99'], license: 'BSD')