Merge pull request #1080 from The-Compiler/patch-1

Atreus: Add build date/time to version info
pull/1076/head
Jesse Vincent 3 years ago committed by GitHub
commit 086246c4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@
*/
#ifndef BUILD_INFORMATION
#define BUILD_INFORMATION "locally built"
#define BUILD_INFORMATION "locally built on " __DATE__ " at " __TIME__
#endif
#include "Kaleidoscope.h"

Loading…
Cancel
Save