added back in build version header.
authorChris Koeritz <fred@gruntose.com>
Fri, 10 Nov 2017 22:14:47 +0000 (17:14 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 10 Nov 2017 22:14:47 +0000 (17:14 -0500)
nucleus/library/versions/version_checker.cpp

index 27134c6fc5e677c99ee92492b148d46c99a20506..70a8e2c47b8719cabd55ae8adb12d6b92cc0e47a 100644 (file)
@@ -33,7 +33,8 @@ using namespace structures;
 
 #ifndef BOOT_STRAPPING
   // pull in the version specified for this build.
-///hmmm: on hold!  #include <__build_version.h>
+  #include <__build_version.h>
+//why was this include "on hold"?
 #else
   // plug in a fake version for our bootstrapping process.
   #define __build_FILE_VERSION "108.420.1024.10008"