aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hodge <peter.hodge84@gmail.com>2018-06-29 16:05:34 +1000
committerPeter Hodge <peter.hodge84@gmail.com>2018-07-25 14:09:04 +1000
commitae52170a52150fc5678d2c03bb52df9943e89ee1 (patch)
treeb6c44c4d1062fcc518e80a36914e3e414e63ecc4
parent72ddbb675fc9cd649feeddef754b65c08bbf21ba (diff)
downloadrneovim-ae52170a52150fc5678d2c03bb52df9943e89ee1.tar.gz
rneovim-ae52170a52150fc5678d2c03bb52df9943e89ee1.tar.bz2
rneovim-ae52170a52150fc5678d2c03bb52df9943e89ee1.zip
cmake: bump API version
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3c2e40ab8b..02b555d540 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -113,9 +113,9 @@ set(NVIM_VERSION_PATCH 2)
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
# API level
-set(NVIM_API_LEVEL 4) # Bump this after any API change.
+set(NVIM_API_LEVEL 5) # Bump this after any API change.
set(NVIM_API_LEVEL_COMPAT 0) # Adjust this after a _breaking_ API change.
-set(NVIM_API_PRERELEASE false)
+set(NVIM_API_PRERELEASE true)
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
include(GetGitRevisionDescription)