docs: more @since annotations #30660

This commit is contained in:
Justin M. Keyes
2024-10-04 08:12:17 -07:00
committed by GitHub
parent 49b1af4e24
commit 9a5bbaf813
4 changed files with 38 additions and 2 deletions

View File

@ -146,9 +146,9 @@ set(NVIM_VERSION_PATCH 0)
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
# API level
set(NVIM_API_LEVEL 12) # Bump this after any API change.
set(NVIM_API_LEVEL 13) # Bump this after any API/stdlib change.
set(NVIM_API_LEVEL_COMPAT 0) # Adjust this after a _breaking_ API change.
set(NVIM_API_PRERELEASE false)
set(NVIM_API_PRERELEASE true)
# Build-type: RelWithDebInfo
# /Og means something different in MSVC