netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=83b467076bcc63e833e75cd96b8d3a19c9ecd87c
commit 83b467076bcc63e833e75cd96b8d3a19c9ecd87c Author: Alastair Poole <nets...@gmail.com> Date: Fri Apr 9 10:21:18 2021 +0100 changes: 0.5.99.99 --- VERSION | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9d6c175..3f299b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.12 +0.5.99.99 diff --git a/meson.build b/meson.build index 7f60ac0..e3dba3c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ ##### Project project('evisum', 'c', - version : '0.5.12', + version : '0.5.99.99' meson_version : '>= 0.40.0') efl_version = '>= 1.22.0' --