diff options
Diffstat (limited to 'instr-client.c')
-rw-r--r-- | instr-client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/instr-client.c b/instr-client.c index 4855abc..6685176 100644 --- a/instr-client.c +++ b/instr-client.c @@ -8,7 +8,6 @@ #include <glib/gprintf.h> #include "response.h" -#include "version.h" static int port = 3333; #define BUFSIZE 1024 @@ -179,7 +178,7 @@ int main(int argc, char** argv) out = g_io_stream_get_output_stream (G_IO_STREAM (connection)); in = g_io_stream_get_input_stream (G_IO_STREAM (connection)); - g_printf("\r\nWelcome! Avtech Electrosystems Ltd. - Firmware v%s\r\n",FW_VERSION); + g_print("\r\nWelcome! - "); // send an idn command const gchar idncmd[] = "*idn?\n"; |