From 85ac560947d40a248d3ccc296f4a3f4058f04f13 Mon Sep 17 00:00:00 2001 From: bfredl Date: Wed, 24 Jul 2024 09:23:38 +0200 Subject: [PATCH] version bump --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56054fe096..12e0d6e6a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,8 +145,8 @@ endif() # version string, else they are combined with the result of `git describe`. set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 10) -set(NVIM_VERSION_PATCH 1) -set(NVIM_VERSION_PRERELEASE "") # for package maintainers +set(NVIM_VERSION_PATCH 2) +set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers # API level set(NVIM_API_LEVEL 12) # Bump this after any API change.