secgateway/Product/user/demo/version.c

6 lines
75 B
C

#include <stdio.h>
const char* get_version(void)
{
return "0.0.0.2";
}