diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-20 08:24:35 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-20 08:24:35 -0400 |
commit | a59acebb93a89fd560b947333b1d37d1d177ce10 (patch) | |
tree | 1d91037d8bc05bf216440a87e4160c55c32c2d39 /instr-client.c | |
parent | 36fa03dc7b96994a86db9fa7a51e8dd654c27b14 (diff) |
added version info
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("> "); |