mirror of
https://github.com/neovim/neovim.git
synced 2026-08-30 02:51:48 +00:00
NVIM v0.1.7
FEATURES:0213e99aafPR #5561 'inccommand' FIXES:c685879eeaPR #5632 SECURITY FIXd28d108648CheckHealth: Fix version comparison.7be113d795PR #5670 shell_write_cb: Schedule error message.1d4563771bjobs: ensure calling jobclose() on a pty job sends SIGHUP.36c0ec6dd4tui/suspend_event(): set STDIN to "blocking"7a4d069bcc,cf52b881d9man.vim: avoid errors in unusual circumstancesed198737fdPR #5546 ex_global: Catch CTRL-C even if it is mapped. CHANGES:9147331e21PR #2905 encoding: only allow encoding=utf-85f0260808cPR #5636 build: Upgrade jemallocf1fed42ca7PR #5567 l10n: Update Ukrainian translation
This commit is contained in:
@@ -61,9 +61,9 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
|
||||
# If not in a git repo (e.g., a tarball) these tokens define the complete
|
||||
# version string, else they are combined with the result of `git describe`.
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 2)
|
||||
set(NVIM_VERSION_PATCH 0)
|
||||
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||
set(NVIM_VERSION_MINOR 1)
|
||||
set(NVIM_VERSION_PATCH 7)
|
||||
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
|
||||
|
||||
# API level
|
||||
set(NVIM_API_LEVEL 1) # Bump this after any API change.
|
||||
|
||||
Reference in New Issue
Block a user