f0b4d46784
have to be defined several potential places
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
//Various info about the version and build.
|
|
//The SConscript file substitutes these at build time
|
|
|
|
const int ucore_version_major = @version_major@;
|
|
const int ucore_version_minor = @version_minor@;
|
|
const int ucore_version_patch = @version_patch@;
|
|
|
|
const char ucore_version_str[] = "@version_str@";
|
|
const char ucore_build_host[] = "@build_host@";
|
|
|