main.c
changeset 337 43079a99351e
parent 335 b4a5d9544836
child 340 11c5a9e7b9a8
equal deleted inserted replaced
336:5ddb2f6fc452 337:43079a99351e
    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.4 - a task queue system for the unix user.\n"
    28 static char version[] = "Task Spooler v0.7.5 - a task queue system for the unix user.\n"
    29 "Copyright (C) 2007-2013  Lluis Batlle i Rossell";
    29 "Copyright (C) 2007-2013  Lluis Batlle i Rossell";
    30 
    30 
    31 
    31 
    32 static void default_command_line()
    32 static void default_command_line()
    33 {
    33 {