aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-24 17:36:05 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-24 21:46:34 -0400
commit4dcd19d9bc2417051ddbda177010ca8c0cb2cf73 (patch)
tree3f511a2c14e57b7cc33cda42e056e2fa65043a79
parent4f5a18237bac079ca64993ec7bf6b98eca0013a5 (diff)
downloadrneovim-4dcd19d9bc2417051ddbda177010ca8c0cb2cf73.tar.gz
rneovim-4dcd19d9bc2417051ddbda177010ca8c0cb2cf73.tar.bz2
rneovim-4dcd19d9bc2417051ddbda177010ca8c0cb2cf73.zip
NVIM v0.1.4v0.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) #4131 b50afb4 clipboard: support "lemonade" tool Fixes: cc1beec eval.c: Fix heap corruption error. #4592 4043725 mbyte.c: Fix invalid memory access in utfc_ptr2char_len #4574 4eb5827 Enable syntax/filetype by default. #4558 Changes: 5c6592f v:windowid is writeable (useful for GUIs) #4608
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0953bcd93a..001fddd4aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 1)
set(NVIM_VERSION_PATCH 4)
-set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
+set(NVIM_VERSION_PRERELEASE "") # for package maintainers
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
include(GetGitRevisionDescription)