main.c
changeset 283 f049b802be64
parent 278 1698b327528d
child 295 a63f43a17fd7
equal deleted inserted replaced
282:835551fcecb7 283:f049b802be64
    23 
    23 
    24 /* Globals for the environment of getopt */
    24 /* Globals for the environment of getopt */
    25 static char getopt_env[] = "POSIXLY_CORRECT=YES";
    25 static char getopt_env[] = "POSIXLY_CORRECT=YES";
    26 static char *old_getopt_env;
    26 static char *old_getopt_env;
    27 
    27 
    28 static char version[] = "Task Spooler v0.6.5 - a task queue system for the unix user.\n"
    28 static char version[] = "Task Spooler v0.6.6 - a task queue system for the unix user.\n"
    29 "Copyright (C) 2007-2009  Lluis Batlle i Rossell";
    29 "Copyright (C) 2007-2009  Lluis Batlle i Rossell";
    30 
    30 
    31 
    31 
    32 static void default_command_line()
    32 static void default_command_line()
    33 {
    33 {