mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
version: Add compilation info.
This commit is contained in:
@@ -22,13 +22,19 @@
|
||||
#define NVIM_VERSION_PATCH 0
|
||||
#endif
|
||||
#ifndef NVIM_VERSION_PRERELEASE
|
||||
#define NVIM_VERSION_PRERELEASE
|
||||
#define NVIM_VERSION_PRERELEASE "?"
|
||||
#endif
|
||||
#ifndef NVIM_VERSION_BUILD
|
||||
#define NVIM_VERSION_BUILD
|
||||
#define NVIM_VERSION_BUILD "?"
|
||||
#endif
|
||||
#ifndef NVIM_VERSION_COMMIT
|
||||
#define NVIM_VERSION_COMMIT
|
||||
#define NVIM_VERSION_COMMIT "?"
|
||||
#endif
|
||||
#ifndef NVIM_VERSION_CFLAGS
|
||||
#define NVIM_VERSION_CFLAGS "?"
|
||||
#endif
|
||||
#ifndef NVIM_VERSION_BUILD_TYPE
|
||||
#define NVIM_VERSION_BUILD_TYPE "?"
|
||||
#endif
|
||||
// for the startup-screen
|
||||
#define NVIM_VERSION_MEDIUM STR(NVIM_VERSION_MAJOR) "." STR(NVIM_VERSION_MINOR)
|
||||
|
Reference in New Issue
Block a user