billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=3414c70449dc066de945469bcf8c370d655c30c5
commit 3414c70449dc066de945469bcf8c370d655c30c5 Author: Boris Faure <bill...@gmail.com> Date: Mon Aug 5 22:28:04 2019 +0200 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 335524f..2f52f5a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('terminology', 'c', - version: '1.5.0', + version: '1.5.99', default_options: ['buildtype=plain', 'c_std=gnu99'], license: 'BSD') --