secgateway/Product/user/demo/version.c

12 lines
143 B
C

#include <stdio.h>
/**
* @brief Get the version object
*
* @return const char*
*/
const char* get_version(void)
{
return "0.0.0.2";
}