netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=0accec532cf7349c989a7d94b223d5c8c8f5fb63
commit 0accec532cf7349c989a7d94b223d5c8c8f5fb63 Author: Alastair Poole <[email protected]> Date: Thu Apr 23 14:17:17 2020 +0100 meson: update version to 0.4.0. Thanks OnlyHuman for noticing. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1c03fb1..2f585b4 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ ##### Project project('evisum', 'c', - version : '0.3.0', + version : '0.4.0', meson_version : '>= 0.40.0') efl_version = '>= 1.22.0' --
