projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ca5377
)
added back in build version header.
author
Chris Koeritz
<fred@gruntose.com>
Fri, 10 Nov 2017 22:14:47 +0000
(17:14 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 10 Nov 2017 22:14:47 +0000
(17:14 -0500)
nucleus/library/versions/version_checker.cpp
patch
|
blob
|
history
diff --git
a/nucleus/library/versions/version_checker.cpp
b/nucleus/library/versions/version_checker.cpp
index 27134c6fc5e677c99ee92492b148d46c99a20506..70a8e2c47b8719cabd55ae8adb12d6b92cc0e47a 100644
(file)
--- a/
nucleus/library/versions/version_checker.cpp
+++ b/
nucleus/library/versions/version_checker.cpp
@@
-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"