NVIM v0.3.7

OTHER:
361d4be588 dist: update nvim.png
This commit is contained in:
Justin M. Keyes 2019-05-29 10:57:53 +02:00
parent 361d4be588
commit ede21f9518
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 3)
set(NVIM_VERSION_PATCH 7)
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
# API level
set(NVIM_API_LEVEL 5) # Bump this after any API change.