diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-12-05 14:51:19 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-12-05 14:56:37 -0500 |
commit | 4a1c36e953559382362b79be7630a64163c43ef2 (patch) | |
tree | 2142488f525241aa47bbfc3ff4b8dd50116a5171 | |
parent | e29f0bbf64dd3bca978cce9a0bfecac0d93921bb (diff) | |
download | rneovim-4a1c36e953559382362b79be7630a64163c43ef2.tar.gz rneovim-4a1c36e953559382362b79be7630a64163c43ef2.tar.bz2 rneovim-4a1c36e953559382362b79be7630a64163c43ef2.zip |
Nvim 0.1.1v0.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
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 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) |