Skip to content

Commit

Permalink
NVIM v0.3.7
Browse files Browse the repository at this point in the history
OTHER:
361d4be dist: update nvim.png
  • Loading branch information
justinmk committed May 29, 2019
1 parent 361d4be commit ede21f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ede21f9

Please sign in to comment.