Using a luajit-specific version

This commit is contained in:
Francesco Abbate 2021-10-23 15:47:09 +02:00
parent 4f7d4dfed8
commit bc7f25a290
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project('lite-xl',
['c', 'cpp'],
version : '2.0.3',
version : '2.0.3-LuaJIT',
license : 'MIT',
meson_version : '>= 0.54',
default_options : ['c_std=gnu11', 'cpp_std=c++03']