Add build_type string to version.c

This commit is contained in:
Nils O. Selåsdal
2014-01-03 00:53:37 +01:00
parent c1a04820f4
commit 74b6a65bd2
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -7,4 +7,5 @@ const int ucore_version_patch = @version_patch@;
const char ucore_version_str[] = "@version_str@";
const char ucore_build_host[] = "@build_host@";
const char ucore_build_type[] = "@build_type@";