From edad3608009f69ed887c534f655fb02ab4e8fc44 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 3 Jul 2019 03:11:42 +0200 Subject: NVIM v0.3.8 FIXES: 5b47e4dc3858 #10341 security: 'modeline', 'modelineexpr' e4ecb70d0810 #10345 Disallow API calls in the sandbox. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65b0b67cdd..058cee33dd 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 8) -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