Merge remote-tracking branch 'origin/fix-2.0.1'

This commit is contained in:
Francesco Abbate
2021-08-28 17:37:55 +02:00
11 changed files with 50 additions and 32 deletions
+1 -3
View File
@@ -1,12 +1,10 @@
project('lite-xl',
['c', 'cpp'],
version : '2.0.0',
version : '2.0.1',
license : 'MIT',
meson_version : '>= 0.54',
default_options : ['c_std=gnu11', 'cpp_std=c++03']
)
# TODO: the project version could be automatically generated from git with:
# version : run_command('bash', 'scripts/version.sh').stdout(),
#===============================================================================
# Configuration