From eeac85d4b4ba0324c3a5dd0a51ca73e0a925aacb Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sat, 28 Aug 2021 16:44:25 +0200 Subject: [PATCH] Bump new version number --- meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 709288d7..5dee12ec 100644 --- a/meson.build +++ b/meson.build @@ -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