activegs-ios/kegs/Src/compile_time.cpp

9 lines
270 B
C++
Raw Permalink Normal View History

2016-03-26 16:16:01 +00:00
/*
ActiveGS, Copyright 2004-2016 Olivier Goguel, https://github.com/ogoguel/ActiveGS
Based on Kegs, Copyright 2004 Kent Dickey, https://kegs.sourceforge.net
This code is covered by the GNU GPL licence
*/
char g_compile_time[] = "Compiled: " __DATE__ " " __TIME__ ;