diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-15 19:36:35 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-09-15 19:36:35 -0700 |
commit | 7d6aa82b69fe3d26a45d9ef5054d564b1e5c5352 (patch) | |
tree | cf83b619e77de21bb7d66e64fb0d2592a5023108 | |
parent | 6c65f8f182750421cc5e34719d27ec4d4a71bbcf (diff) | |
download | rneovim-7d6aa82b69fe3d26a45d9ef5054d564b1e5c5352.tar.gz rneovim-7d6aa82b69fe3d26a45d9ef5054d564b1e5c5352.tar.bz2 rneovim-7d6aa82b69fe3d26a45d9ef5054d564b1e5c5352.zip |
NVIM v0.4.2v0.4.2
This is a "stub" release to fix release automation.
Release notes: e2cc5fe09d98
FIXES:
6c65f8f18275 CI/AppVeyor: revert whitelist
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3409a2b449..e36ec2483e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 4) set(NVIM_VERSION_PATCH 2) -set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers +set(NVIM_VERSION_PRERELEASE "") # for package maintainers # API level set(NVIM_API_LEVEL 6) # Bump this after any API change. |