main.c
changeset 199 bf0250709d52
parent 194 46d5661b23d8
child 203 664044b1de73
child 207 fa422dc8b942
equal deleted inserted replaced
198:729eebc5c293 199:bf0250709d52
    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.5.2 - a task queue system for the unix user.\n"
    28 static char version[] = "Task Spooler v0.5.3 - a task queue system for the unix user.\n"
    29 "Copyright (C) 2007  Lluis Batlle i Rossell";
    29 "Copyright (C) 2007  Lluis Batlle i Rossell";
    30 
    30 
    31 
    31 
    32 static void default_command_line()
    32 static void default_command_line()
    33 {
    33 {