File: //home/ubuntu/neovim/build/cmake.config/auto/versiondef.h
#ifndef AUTO_VERSIONDEF_H
#define AUTO_VERSIONDEF_H
#define NVIM_VERSION_MAJOR 0
#define NVIM_VERSION_MINOR 11
#define NVIM_VERSION_PATCH 0
#define NVIM_VERSION_PRERELEASE "-dev"
/* #undef NVIM_VERSION_MEDIUM */
#ifndef NVIM_VERSION_MEDIUM
# include "auto/versiondef_git.h"
#endif
#define NVIM_VERSION_CFLAGS "/usr/bin/cc -O2 -g -Og -g -flto -fno-fat-lto-objects -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wno-conversion -fno-common -Wno-unused-result -Wimplicit-fallthrough -fdiagnostics-color=always -DUNIT_TESTING -DHAVE_UNIBILIUM -D_GNU_SOURCE -DINCLUDE_GENERATED_DECLARATIONS -DUTF8PROC_STATIC -I/home/ubuntu/neovim/.deps/usr/include/luajit-2.1 -I/home/ubuntu/neovim/.deps/usr/include -I/home/ubuntu/neovim/build/src/nvim/auto -I/home/ubuntu/neovim/build/include -I/home/ubuntu/neovim/build/cmake.config -I/home/ubuntu/neovim/src -I/usr/include "
#define NVIM_VERSION_BUILD_TYPE "RelWithDebInfo"
#endif // AUTO_VERSIONDEF_H