aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-15 17:11:39 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-15 17:11:39 -0700
commitbaa5263b56237b75fdc416bab78b1784294f3dbb (patch)
treee4c2fd3449325a0fded5746157674c447fd498cc /CMakeLists.txt
parent2abdb89522fcb2a863eab4eb42ffd5076ab58f1c (diff)
downloadrneovim-0.4.1.tar.gz
rneovim-0.4.1.tar.bz2
rneovim-0.4.1.zip
NVIM v0.4.1v0.4.1
FIXES: 2abdb89522fc fix failed release: regenerate the *.mpack file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c681798003..3d4d3a1097 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,12 +115,12 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 4)
set(NVIM_VERSION_PATCH 1)
-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.
set(NVIM_API_LEVEL_COMPAT 0) # Adjust this after a _breaking_ API change.
-set(NVIM_API_PRERELEASE true)
+set(NVIM_API_PRERELEASE false)
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
include(GetGitRevisionDescription)