Skip to content

Commit 4dcd19d

Browse files
committed
NVIM v0.1.4
Features: 5ebffaa :tcd for tab-local working directory (like :lcd, but for tabs) d835c03 remote/define.vim: support remote function "range" 007d573 json_encode/json_decode (with sophisticated error detection) neovim#4131 b50afb4 clipboard: support "lemonade" tool Fixes: cc1beec eval.c: Fix heap corruption error. neovim#4592 4043725 mbyte.c: Fix invalid memory access in utfc_ptr2char_len neovim#4574 4eb5827 Enable syntax/filetype by default. neovim#4558 Changes: 5c6592f v:windowid is writeable (useful for GUIs) neovim#4608
1 parent 4f5a182 commit 4dcd19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
6060
set(NVIM_VERSION_MAJOR 0)
6161
set(NVIM_VERSION_MINOR 1)
6262
set(NVIM_VERSION_PATCH 4)
63-
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
63+
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
6464

6565
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
6666
include(GetGitRevisionDescription)

0 commit comments

Comments
 (0)