22.3 build file bump

This commit is contained in:
Simon Lees 2018-03-22 20:33:14 +10:30
parent 2a0f90dab3
commit cd4c2cee3f
No known key found for this signature in database
GPG Key ID: 11D42E9ABE18FC91
2 changed files with 2 additions and 2 deletions

View File

@ -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])

View File

@ -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')