From 4a1c36e953559382362b79be7630a64163c43ef2 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 5 Dec 2015 14:51:19 -0500 Subject: Nvim 0.1.1 - shada/msgpack editor plugin #3270 - VimL Dict notifications #3603 - Note: API for this feature may change. - :profile dump, :profile stop #2427 - :oldfiles! #3611 - TermOpen, TermClose events #3653 - fix: shada/viminfo: Do not save unlisted and quickfix buffers #3581 --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0633744e97..f06d060560 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,8 +53,7 @@ endif() # - If not in a git repo (e.g. a tarball) these tokens set the version string. set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 1) -set(NVIM_VERSION_PATCH 0) -set(NVIM_VERSION_PRERELEASE "-dev") +set(NVIM_VERSION_PATCH 1) file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR) include(GetGitRevisionDescription) -- cgit