You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
421 B
C
22 lines
421 B
C
/*
|
|
* This file is automatic generated,
|
|
* please do not make modification
|
|
*/
|
|
|
|
static const char daemon_version_str[] = "3.0.37";
|
|
static const char hal_version_str[] = "3.0.15";
|
|
static const char date_str[] = "2016-02-13 02:03:07";
|
|
const char* get_daemon_version(void)
|
|
{
|
|
return daemon_version_str;
|
|
}
|
|
const char* get_hal_version(void)
|
|
{
|
|
return hal_version_str;
|
|
}
|
|
const char* get_build_date(void)
|
|
{
|
|
return date_str;
|
|
}
|
|
|