Macros | |
| #define | YAZE_VERSION_STRING "0.5.0" |
| #define | YAZE_VERSION_NUMBER 500 |
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.5.0" |
Definition at line 43 of file yaze.h.
Referenced by yaze::editor::PopupManager::DrawGettingStartedPopup(), yaze::editor::WelcomeScreen::DrawHeader(), yaze::editor::WelcomeScreen::DrawWhatsNew(), yaze::editor::PopupManager::DrawWhatsNewPopup(), getYazeVersion(), yaze::cli::anonymous_namespace{tui.cc}::HelpComponent(), main(), yaze::cli::anonymous_namespace{tui.cc}::MainMenuComponent(), yaze_check_version_compatibility(), and yaze_get_version_string().
| #define YAZE_VERSION_NUMBER 500 |
Definition at line 44 of file yaze.h.
Referenced by yaze_get_version_number().