main.c
changeset 303 2edd42e77392
parent 297 d7d0074df110
child 305 365f3598d010
equal deleted inserted replaced
302:c60e0db23bd7 303:2edd42e77392
    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.7.0 - a task queue system for the unix user.\n"
    28 static char version[] = "Task Spooler v0.7.1 - a task queue system for the unix user.\n"
    29 "Copyright (C) 2007-2009  Lluis Batlle i Rossell";
    29 "Copyright (C) 2007-2011  Lluis Batlle i Rossell";
    30 
    30 
    31 
    31 
    32 static void default_command_line()
    32 static void default_command_line()
    33 {
    33 {
    34     command_line.request = c_LIST;
    34     command_line.request = c_LIST;