1 | /* THIS FILE IS GENERATED DO NOT EDIT */ |
2 | #ifndef VERSION_GENERATED_GEN_H |
3 | #define VERSION_GENERATED_GEN_H |
4 | #define VERSION_SHORT_NAME "godot" |
5 | #define VERSION_NAME "Godot Engine" |
6 | #define VERSION_MAJOR 4 |
7 | #define VERSION_MINOR 2 |
8 | #define VERSION_PATCH 0 |
9 | #define VERSION_STATUS "dev" |
10 | #define VERSION_BUILD "custom_build" |
11 | #define VERSION_MODULE_CONFIG "" |
12 | #define VERSION_YEAR 2023 |
13 | #define VERSION_WEBSITE "https://godotengine.org" |
14 | #define VERSION_DOCS_BRANCH "latest" |
15 | #define VERSION_DOCS_URL "https://docs.godotengine.org/en/" VERSION_DOCS_BRANCH |
16 | #endif // VERSION_GENERATED_GEN_H |
17 | |