main.c
changeset 90 f172b95795d8
parent 88 a7f546938313
child 94 330324fc7c20
equal deleted inserted replaced
89:2692e4742267 90:f172b95795d8
    23 int app_stdout;
    23 int app_stdout;
    24 int app_stderr;
    24 int app_stderr;
    25 
    25 
    26 struct Command_line command_line;
    26 struct Command_line command_line;
    27 
    27 
    28 static const char version[] = "0.5";
    28 static const char version[] = "0.4.1";
    29 
    29 
    30 static int showhelp(const char *pname)
    30 static int showhelp(const char *pname)
    31 {
    31 {
    32     printf("tm v%s - terminal mixer,  Copyright (C) 2007  "
    32     printf("tm v%s - terminal mixer,  Copyright (C) 2007  "
    33             "Lluis Batlle i Rossell\n",
    33             "Lluis Batlle i Rossell\n",