version.c   [plain text]


/*
 * version file for sntp
 */
#include <config.h>
#ifdef __RC__
const char * Version = "sntp 4.2.8p8@1.3677-o Tue May 24 12:26:11 UTC 2016 (" __RC__ ")";
#else
const char * Version = "sntp 4.2.8p8@1.3677-o Tue May 24 12:26:11 UTC 2016 (1)";
#endif