Macros | |
| #define | YAZE_VERSION_STRING "0.4.0" |
| #define | YAZE_VERSION_NUMBER 400 |
Version information is generated from CMakeLists.txt project() version. When building with CMake, include yaze_config.h (from build directory) for:
Single source of truth: project(yaze VERSION X.Y.Z) in CMakeLists.txt
| #define YAZE_VERSION_STRING "0.4.0" |
Definition at line 43 of file yaze.h.
Referenced by yaze::editor::WelcomeScreen::DrawWhatsNew(), getYazeVersion(), main(), yaze_check_version_compatibility(), and yaze_get_version_string().
| #define YAZE_VERSION_NUMBER 400 |
Definition at line 44 of file yaze.h.
Referenced by yaze_get_version_number().