aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-04 20:05:23 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-01-04 20:05:23 +0100
commit2ccc716c4a6ad271165830460142fded445db9a4 (patch)
tree90cf35ed346c961a90b0f94dc1ed0be8977e96ab
parent4e23f3e18017c619040263c99c8750bd5856c7a7 (diff)
downloadrneovim-2ccc716c4a6ad271165830460142fded445db9a4.tar.gz
rneovim-2ccc716c4a6ad271165830460142fded445db9a4.tar.bz2
rneovim-2ccc716c4a6ad271165830460142fded445db9a4.zip
NVIM v0.3.3v0.3.3
This maintenance release fixes some issues found in v0.3.2 . FIXES: a597ab8d1ba7 #9442 Merge pull request from jamessan/revert-pynvim d7b3ac029c30 health/provider: Check for available pynvim when neovim module missing edeb19d5e959 python#CheckForModule: Use the given module string instead of hard-coding pynvim 0dd89cda9c47 {health,provider}/python: Import the neovim, rather than pynvim, module fc6e8a4db8eb #9423 TUI: Konsole DECSCUSR fixup
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1798b20204..91fd82c6fb 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 3)
-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.