--- a/src/main.c
+++ b/src/main.c
@@ -45,7 +45,7 @@
(void)setlocale (LC_MESSAGES, "");
}
- printf ("mcbot-%1.2f\n", BOT_VERSION);
+ printf ("mcbot-%1.2f Build %s\n", BOT_VERSION, BOT_BUILD);
if ((len = config (&uc, CONFIG_FILE)) != 0) {
switch (len) {