matlab_23550/Inu/Src2/N12_Libs/build_version.c

25 lines
357 B
C

/*
* build_version.c
*
* Created on: 17 ÿíâ. 2022 ã.
* 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);
int build_year = BUILD_YEAR;
int build_month = BUILD_MONTH;
int build_day = BUILD_DAY;