billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=78b3b4773e9e933b4eb17f11d06ee95455c88e80
commit 78b3b4773e9e933b4eb17f11d06ee95455c88e80 Author: Boris Faure <bill...@gmail.com> Date: Tue Jan 19 19:16:39 2021 +0100 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 9017595..12d3e91 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') --