aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2020-12-06 22:31:30 -0500
committerGitHub <noreply@github.com>2020-12-06 22:31:30 -0500
commitee5ece084cf76fc90f0bd3aa4e0ddeaaca0bc51a (patch)
tree4f72cb8a48460dded135d6678483a8aa1a6bdf78 /src
parent7477703586af3710584888b197d84a0938a27fe9 (diff)
parentb32124fce260f1132dcda7699905613bea2e888f (diff)
downloadrneovim-ee5ece084cf76fc90f0bd3aa4e0ddeaaca0bc51a.tar.gz
rneovim-ee5ece084cf76fc90f0bd3aa4e0ddeaaca0bc51a.tar.bz2
rneovim-ee5ece084cf76fc90f0bd3aa4e0ddeaaca0bc51a.zip
Merge pull request #13471 from jamessan/release-fixes
Diffstat (limited to 'src')
-rw-r--r--src/nvim/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index 8ec087c626..db77931c16 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -242,7 +242,7 @@ if(use_git_version)
add_custom_target(update_version_stamp ALL
COMMAND ${LUA_PRG} scripts/update_version_stamp.lua
${relbuild}/config/auto/versiondef_git.h
- "v${NVIM_VERSION_MAJOR}.${NVIM_VERSION_MINOR}.${NVIM_VERSION_PATCH}"
+ "v${NVIM_VERSION_MAJOR}.${NVIM_VERSION_MINOR}.${NVIM_VERSION_PATCH}${NVIM_VERSION_PRERELEASE}"
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
BYPRODUCTS ${CMAKE_BINARY_DIR}/config/auto/versiondef_git.h)
else()