diff options
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rwxr-xr-x | scripts/release.sh | 1 | ||||
-rw-r--r-- | test/functional/fixtures/api_level_4.mpack | bin | 0 -> 20951 bytes |
3 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ad29c5b7c..b99bc3d37c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,12 +76,12 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 3) set(NVIM_VERSION_PATCH 0) -set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers +set(NVIM_VERSION_PRERELEASE "") # for package maintainers # API level set(NVIM_API_LEVEL 4) # Bump this after any API change. set(NVIM_API_LEVEL_COMPAT 0) # Adjust this after a _breaking_ API change. -set(NVIM_API_PRERELEASE true) +set(NVIM_API_PRERELEASE false) file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR) include(GetGitRevisionDescription) diff --git a/scripts/release.sh b/scripts/release.sh index f1dbf99473..177fcced87 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -6,6 +6,7 @@ # Create the "release" commit: # - CMakeLists.txt: Unset NVIM_VERSION_PRERELEASE # - CMakeLists.txt: Unset NVIM_API_PRERELEASE +# - Create test/functional/fixtures/api_level_N.mpack # - Tag the commit. # Create the "version bump" commit: # - CMakeLists.txt: Set NVIM_VERSION_PRERELEASE to "-dev" diff --git a/test/functional/fixtures/api_level_4.mpack b/test/functional/fixtures/api_level_4.mpack Binary files differnew file mode 100644 index 0000000000..9551496ffd --- /dev/null +++ b/test/functional/fixtures/api_level_4.mpack |