diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-01-13 14:25:08 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-01-13 14:25:08 +0100 |
commit | ab2bbbf6c45fdf278271d19f014c9d0850d249c6 (patch) | |
tree | e6abe6de5f663f2e65edcb4610cbb5f245ef5487 | |
parent | 7523eb3ce46188df0c6f30ff7b0cfb1b87acc391 (diff) | |
download | rneovim-ab2bbbf6c45fdf278271d19f014c9d0850d249c6.tar.gz rneovim-ab2bbbf6c45fdf278271d19f014c9d0850d249c6.tar.bz2 rneovim-ab2bbbf6c45fdf278271d19f014c9d0850d249c6.zip |
NVIM v0.3.4v0.3.4
This maintenance release fixes some issues found in v0.3.3.
FIXES:
8a7b6200fbaa #9487 provider: improve error message if provider is missing
44ea903ca51a #9468 checkhealth: detect broken pip
b4028056fa5d Windows: nvim-qt v0.2.12 (fix potential "blank screen" at startup)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8db05c4341..3a13d2628a 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 4) -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. |