diff options
Diffstat (limited to 'instr-client.c')
-rw-r--r-- | instr-client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/instr-client.c b/instr-client.c index a80a0e3..c020e65 100644 --- a/instr-client.c +++ b/instr-client.c @@ -2,6 +2,7 @@ #include <gio/gio.h> #include <string.h> #include "response.h" +#include "version.h" #include <stdlib.h> #include <strings.h> @@ -116,6 +117,8 @@ int main(int argc, char** argv) g_object_unref(client); return -1; } + + g_printf("Welcome to InstrumentShell v%.2f\n\n",FW_VERSION); g_print("> "); |