Bump version number
This commit is contained in:
parent
2a0846b604
commit
0233941fe9
|
@ -14,7 +14,7 @@ are actually resizable.
|
|||
Add config mechanism to disable a plugin by setting
|
||||
`config.<plugin-name> = false`.
|
||||
|
||||
Improve the "detect indent" plugin to take into account syntax and exclude comments
|
||||
Improve the "detect indent" plugin to take into account the syntax and exclude comments
|
||||
for much accurate results.
|
||||
|
||||
Add command `root:close-all` to close all the documents currently opened.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
global {VERSION = "1.16"}
|
||||
global {VERSION = "1.16.0"}
|
||||
|
||||
local config = {}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('lite', 'c', 'cpp', version: '1.10', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
|
||||
project('lite', 'c', 'cpp', version: '1.0', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
libm = cc.find_library('m', required : false)
|
||||
|
|
Loading…
Reference in New Issue