Skip to content

Commit

Permalink
NVIM v0.3.6
Browse files Browse the repository at this point in the history
FIXES:
4553fc5 neovim#10082 vim-patch:8.1.1365: :source should check sandbox

OTHER:
877d539 neovim#10027 genappimage.sh: migrate to linuxdeploy
  • Loading branch information
justinmk committed May 28, 2019
1 parent 4553fc5 commit 8a6bb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 3)
set(NVIM_VERSION_PATCH 6)
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
set(NVIM_VERSION_PRERELEASE "") # for package maintainers

# API level
set(NVIM_API_LEVEL 5) # Bump this after any API change.
Expand Down

0 comments on commit 8a6bb66

Please sign in to comment.