simotek pushed a commit to branch enlightenment-0.22. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cd4c2cee3f50248e29f2fb1f677d82ca3274f7c1
commit cd4c2cee3f50248e29f2fb1f677d82ca3274f7c1 Author: Simon Lees <[email protected]> Date: Thu Mar 22 20:33:14 2018 +1030 22.3 build file bump --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e33aab2dc..e920082a6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) m4_define([v_min], [22]) -m4_define([v_mic], [2]) +m4_define([v_mic], [3]) m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl ##-- When released, remove the dnl on the below line m4_undefine([v_rev]) diff --git a/meson.build b/meson.build index 32a0cbe49..b0cd91da6 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ ##### project project('enlightenment', 'c', - version : '0.22.2', + version : '0.22.3', license : 'BSD 2 clause', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.39.0') --
