diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-05-29 00:35:51 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-05-29 00:35:51 +0200 |
commit | bd4bb61f354c4129ce427625c9c7d33e3257cb41 (patch) | |
tree | 3e94bc92e2aaa90526ca395fb1296d0b7f0b478c | |
parent | 8a6bb66e80249f112a463a094b44e2077cb1ddec (diff) | |
download | rneovim-bd4bb61f354c4129ce427625c9c7d33e3257cb41.tar.gz rneovim-bd4bb61f354c4129ce427625c9c7d33e3257cb41.tar.bz2 rneovim-bd4bb61f354c4129ce427625c9c7d33e3257cb41.zip |
version bump
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a3c00a5846..ffe33ce3bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,8 +112,8 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY # version string, else they are combined with the result of `git describe`. set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 3) -set(NVIM_VERSION_PATCH 6) -set(NVIM_VERSION_PRERELEASE "") # for package maintainers +set(NVIM_VERSION_PATCH 7) +set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers # API level set(NVIM_API_LEVEL 5) # Bump this after any API change. |