aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-24 17:36:24 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-24 21:58:07 -0400
commit7925ffc8727017f0ab0377fdd0cc297d5c7e69cf (patch)
tree4fdaff418a4c46665c5c265c9d67ea3a225633e8
parent4dcd19d9bc2417051ddbda177010ca8c0cb2cf73 (diff)
downloadrneovim-7925ffc8727017f0ab0377fdd0cc297d5c7e69cf.tar.gz
rneovim-7925ffc8727017f0ab0377fdd0cc297d5c7e69cf.tar.bz2
rneovim-7925ffc8727017f0ab0377fdd0cc297d5c7e69cf.zip
version bump
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 001fddd4aa..98ffc77b15 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,8 +59,8 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
# version string, else it is combined with the result of `git describe`.
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 1)
-set(NVIM_VERSION_PATCH 4)
-set(NVIM_VERSION_PRERELEASE "") # for package maintainers
+set(NVIM_VERSION_PATCH 5)
+set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
include(GetGitRevisionDescription)