From ede21f95180f44cab6b77598d34de31967f24622 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 29 May 2019 10:57:53 +0200 Subject: NVIM v0.3.7 OTHER: 361d4be588b9 dist: update nvim.png --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffe33ce3bb..4b7cef81c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 3) set(NVIM_VERSION_PATCH 7) -set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers +set(NVIM_VERSION_PRERELEASE "") # for package maintainers # API level set(NVIM_API_LEVEL 5) # Bump this after any API change. -- cgit