We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29f0bb commit 4a1c36eCopy full SHA for 4a1c36e
CMakeLists.txt
@@ -53,8 +53,7 @@ endif()
53
# - If not in a git repo (e.g. a tarball) these tokens set the version string.
54
set(NVIM_VERSION_MAJOR 0)
55
set(NVIM_VERSION_MINOR 1)
56
-set(NVIM_VERSION_PATCH 0)
57
-set(NVIM_VERSION_PRERELEASE "-dev")
+set(NVIM_VERSION_PATCH 1)
58
59
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
60
include(GetGitRevisionDescription)
0 commit comments