version.c   [plain text]


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