Skip to content

Commit 4a1c36e

Browse files
committed
Nvim 0.1.1
- shada/msgpack editor plugin neovim#3270 - VimL Dict notifications neovim#3603 - Note: API for this feature may change. - :profile dump, :profile stop neovim#2427 - :oldfiles! neovim#3611 - TermOpen, TermClose events neovim#3653 - fix: shada/viminfo: Do not save unlisted and quickfix buffers neovim#3581
1 parent e29f0bb commit 4a1c36e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ endif()
5353
# - If not in a git repo (e.g. a tarball) these tokens set the version string.
5454
set(NVIM_VERSION_MAJOR 0)
5555
set(NVIM_VERSION_MINOR 1)
56-
set(NVIM_VERSION_PATCH 0)
57-
set(NVIM_VERSION_PRERELEASE "-dev")
56+
set(NVIM_VERSION_PATCH 1)
5857

5958
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
6059
include(GetGitRevisionDescription)

0 commit comments

Comments
 (0)