14 lines
330 B
C
14 lines
330 B
C
#ifndef _SSV_VERSION_H_
|
|
#define _SSV_VERSION_H_
|
|
|
|
static u32 ssv_root_version = 171;
|
|
|
|
#define SSV_ROOT_URl "svn://10.10.20.32/host/SMAC/branch/L.SMAC.19Q3.0000.00"
|
|
#define COMPILERHOST "ub1server"
|
|
#define COMPILERDATE "07-03-2021-16:52:09"
|
|
#define COMPILEROS "linux"
|
|
#define COMPILEROSARCH "x86_64-linux-gnu-thread-multi"
|
|
|
|
#endif
|
|
|