diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-11-01 16:13:52 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-11-01 16:16:38 -0500 |
| commit | c4826c300340a9e4df20964a14650caf64fc1b58 (patch) | |
| tree | 0730c0469d6fc8671a358e2173705b4f49442993 | |
| parent | 6a5126dd42f05d5143d1ea8b5cfa9b1fb59f4ebe (diff) | |
| download | rneovim-c4826c300340a9e4df20964a14650caf64fc1b58.tar.gz rneovim-c4826c300340a9e4df20964a14650caf64fc1b58.tar.bz2 rneovim-c4826c300340a9e4df20964a14650caf64fc1b58.zip | |
Nvim 0.1.0v0.1.0
| -rw-r--r-- | CMakeLists.txt | 4 |
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) |
