These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / seabios / src / version.c
diff --git a/qemu/roms/seabios/src/version.c b/qemu/roms/seabios/src/version.c
new file mode 100644 (file)
index 0000000..a8a58cf
--- /dev/null
@@ -0,0 +1,5 @@
+// Place build generated version into a C variable
+#include "autoversion.h"
+
+char VERSION[] = BUILD_VERSION;
+char BUILDINFO[] = BUILD_TOOLS;