# HG changeset patch # User viric@llimona # Date 1176490348 -7200 # Node ID c620eacd7630abb620af4984227c0108a0725777 # Parent fb735236b5a59955fb06647a7fcbd5ebd72ea15b Fixed the versions in the code. diff -r fb735236b5a5 -r c620eacd7630 main.c --- a/main.c Fri Apr 13 20:51:03 2007 +0200 +++ b/main.c Fri Apr 13 20:52:28 2007 +0200 @@ -24,7 +24,7 @@ static char getopt_env[] = "POSIXLY_CORRECT=YES"; static char *old_getopt_env; -static char version[] = "Task Spooler v0.3.2 - a task queue system for the unix user.\n" +static char version[] = "Task Spooler v0.4 - a task queue system for the unix user.\n" "Copyright (C) 2007 Lluis Batlle i Rossell"; diff -r fb735236b5a5 -r c620eacd7630 ts.1 --- a/ts.1 Fri Apr 13 20:51:03 2007 +0200 +++ b/ts.1 Fri Apr 13 20:52:28 2007 +0200 @@ -5,7 +5,7 @@ .\" that should have been distributed together with this file. .\" .\" Note: I took the gnu 'ls' man page as an example. -.TH TS 1 2007-03 "Task Spooler 0.3.2" +.TH TS 1 2007-04 "Task Spooler 0.4" .SH NAME ts \- task spooler. A simple unix batch system .SH SYNOPSIS @@ -205,7 +205,7 @@ .SH NOTES This page describes .B ts -as in version 0.3.2. Other versions my differ. The file +as in version 0.4. Other versions my differ. The file .B TRICKS found in the distribution package can show some ideas on special uses of .B ts.