diff options
| -rw-r--r-- | CMakeLists.txt | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 0633744e97..f06d060560 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,8 +53,7 @@ endif()  #   - If not in a git repo (e.g. a tarball) these tokens set the version string.  set(NVIM_VERSION_MAJOR 0)  set(NVIM_VERSION_MINOR 1) -set(NVIM_VERSION_PATCH 0) -set(NVIM_VERSION_PRERELEASE "-dev") +set(NVIM_VERSION_PATCH 1)  file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)  include(GetGitRevisionDescription) | 
