meson build - bump to 1.22.3 to match autofoo just for sanity

This commit is contained in:
Carsten Haitzler 2019-08-26 20:57:59 +01:00
parent d866945a34
commit 542b17f958
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
project('efl', ['c','cpp'],
version: '1.22.2',
version: '1.22.3',
default_options : ['buildtype=release', 'cpp_std=c++11'],
meson_version : '>=0.47'
)