12 lines
351 B
C++
12 lines
351 B
C++
|
|
#include "version.h"
|
|
|
|
namespace version
|
|
{
|
|
const std::string_view git_hash= "e691405e";
|
|
const std::string_view git_tag= "none";
|
|
const std::string_view git_branch= "New_Self_Innovate_Card";
|
|
const std::string_view git_commit_time= "2026-02-13,10:38:56";
|
|
const std::string_view build_time= "2026-02-26 10:55:12";
|
|
}//namespace version
|