aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-11-01 16:13:52 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-11-01 16:16:38 -0500
commitc4826c300340a9e4df20964a14650caf64fc1b58 (patch)
tree0730c0469d6fc8671a358e2173705b4f49442993
parent6a5126dd42f05d5143d1ea8b5cfa9b1fb59f4ebe (diff)
downloadrneovim-c4826c300340a9e4df20964a14650caf64fc1b58.tar.gz
rneovim-c4826c300340a9e4df20964a14650caf64fc1b58.tar.bz2
rneovim-c4826c300340a9e4df20964a14650caf64fc1b58.zip
Nvim 0.1.0v0.1.0
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fbd9cad47a..4e43bbcd41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,8 +48,8 @@ endif()
# Version tokens
set(NVIM_VERSION_MAJOR 0)
-set(NVIM_VERSION_MINOR 0)
-set(NVIM_VERSION_PATCH 1)
+set(NVIM_VERSION_MINOR 1)
+set(NVIM_VERSION_PATCH 0)
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
include(GetGitRevisionDescription)