Macros | |
| #define | YAZE_VERSION_STRING "0.7.0" |
| #define | YAZE_VERSION_NUMBER 700 |
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.7.0" |
Definition at line 32 of file yaze_version.h.
Referenced by yaze::project::YazeProject::Create(), yaze::editor::AgentAutomationPanel::Draw(), yaze::editor::PopupManager::DrawGettingStartedPopup(), yaze::editor::WelcomeScreen::DrawHeader(), yaze::editor::ProjectManagementPanel::DrawProjectOverview(), yaze::editor::WelcomeScreen::DrawWhatsNew(), yaze::editor::PopupManager::DrawWhatsNewPopup(), getYazeVersion(), yaze::cli::anonymous_namespace{tui.cc}::HelpComponent(), yaze::cli::anonymous_namespace{tui.cc}::MainMenuComponent(), yaze::project::YazeProject::Open(), SetupCrashHandling(), yaze::Application::UpdateActivityStatus(), yaze_check_version_compatibility(), and yaze_get_version_string().
| #define YAZE_VERSION_NUMBER 700 |
Definition at line 33 of file yaze_version.h.
Referenced by yaze_get_version_number().