From c6667c53e3134f06ce208094e67fb0081ef8d3e7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Nov 2007 12:16:03 +0000 Subject: put the revision number in the splash screen (scons and make) --- source/creator/buildinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/creator/buildinfo.c') diff --git a/source/creator/buildinfo.c b/source/creator/buildinfo.c index feda7484f79..69d3b090086 100644 --- a/source/creator/buildinfo.c +++ b/source/creator/buildinfo.c @@ -38,6 +38,7 @@ #ifndef WIN32 char * build_date=BUILD_DATE; char * build_time=BUILD_TIME; +char * build_rev=BUILD_REV; char * build_platform=BUILD_PLATFORM; char * build_type=BUILD_TYPE; #else -- cgit v1.2.3