diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-05-29 00:34:46 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-05-29 00:34:46 +0200 |
commit | 8a6bb66e80249f112a463a094b44e2077cb1ddec (patch) | |
tree | 698c6b2d01b9f5a8ae37adfda2b5c672481644ad | |
parent | 4553fc5e6cb6c8c43f57c173d01b31a61e51d13f (diff) | |
download | rneovim-8a6bb66e80249f112a463a094b44e2077cb1ddec.tar.gz rneovim-8a6bb66e80249f112a463a094b44e2077cb1ddec.tar.bz2 rneovim-8a6bb66e80249f112a463a094b44e2077cb1ddec.zip |
NVIM v0.3.6v0.3.6
FIXES:
4553fc5e6cb6 #10082 vim-patch:8.1.1365: :source should check sandbox
OTHER:
877d53990414 #10027 genappimage.sh: migrate to linuxdeploy
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e8f66daff3..a3c00a5846 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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. |