mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Nvim 0.1.0
This commit is contained in:
parent
a2b8d7cdba
commit
4a0c0fd321
@ -49,8 +49,7 @@ endif()
|
||||
# Version tokens
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 0)
|
||||
set(NVIM_VERSION_PATCH 0)
|
||||
set(NVIM_VERSION_PRERELEASE "-alpha")
|
||||
set(NVIM_VERSION_PATCH 1)
|
||||
|
||||
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
|
||||
include(GetGitRevisionDescription)
|
||||
|
Loading…
Reference in New Issue
Block a user