Fixed the versions in the code. v0.4-2
authorviric@llimona
Fri, 13 Apr 2007 20:52:28 +0200
changeset 127 c620eacd7630
parent 126 fb735236b5a5
child 128 9e781f6432ff
Fixed the versions in the code.
main.c
ts.1
--- 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";
 
 
--- 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.