From bc7f25a2901d3be72af4c66e52b7b30e443e5e5d Mon Sep 17 00:00:00 2001 From: Francesco Abbate <francesco.bbt@gmail.com> Date: Sat, 23 Oct 2021 15:47:09 +0200 Subject: [PATCH] Using a luajit-specific version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 27034d2f..b6891446 100644 --- a/meson.build +++ b/meson.build @@ -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'] -- GitLab