1#ifndef AUTO_VERSIONDEF_H
2#define AUTO_VERSIONDEF_H
3
4#define NVIM_VERSION_MAJOR 0
5#define NVIM_VERSION_MINOR 4
6#define NVIM_VERSION_PATCH 0
7#define NVIM_VERSION_PRERELEASE "-dev"
8#define NVIM_VERSION_MEDIUM "v0.4.0-2083-g8c88d98df"
9
10#define NVIM_API_LEVEL 6
11#define NVIM_API_LEVEL_COMPAT 0
12#define NVIM_API_PRERELEASE true
13
14#define NVIM_VERSION_CFLAGS "/usr/bin/cc -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/workspace/neovim/build/config -I/workspace/neovim/src -I/workspace/neovim/.deps/usr/include -I/usr/include -I/workspace/neovim/build/src/nvim/auto -I/workspace/neovim/build/include"
15#define NVIM_VERSION_BUILD_TYPE "Debug"
16
17#endif // AUTO_VERSIONDEF_H
18