18 lines
257 B
C
18 lines
257 B
C
|
/*
|
|||
|
* build_version.c
|
|||
|
*
|
|||
|
* Created on: 17 <EFBFBD><EFBFBD><EFBFBD>. 2022 <EFBFBD>.
|
|||
|
* Author: yura
|
|||
|
*/
|
|||
|
|
|||
|
|
|||
|
#include "build_version.h"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
float build_data_f = BUILD_DATA;
|
|||
|
float build_time_f = BUILD_TIME;
|
|||
|
|
|||
|
int build_data_i = (BUILD_DATA*1000);
|
|||
|
int build_time_i = (BUILD_TIME*1000);
|