version.c   [plain text]


/*
 * version file for ntpdate
 */
#include <config.h>
#ifdef __RC__
const char * Version = "ntpdate 4.2.8p6@1.3265 Fri Feb  5 17:38:19 UTC 2016 (" __RC__ ")";
#else
const char * Version = "ntpdate 4.2.8p6@1.3265 Fri Feb  5 17:38:19 UTC 2016 (1)";
#endif