main.c
changeset 349 3916245a60b5
parent 341 1169cb2d5557
child 354 d8042e4ba43d
equal deleted inserted replaced
348:308315d04787 349:3916245a60b5
    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.6 - a task queue system for the unix user.\n"
    28 static char version[] = "Task Spooler v1.0.0 - a task queue system for the unix user.\n"
    29 "Copyright (C) 2007-2016  Lluis Batlle i Rossell";
    29 "Copyright (C) 2007-2016  Lluis Batlle i Rossell";
    30 
    30 
    31 
    31 
    32 static void default_command_line()
    32 static void default_command_line()
    33 {
    33 {