Updating versions in the code. v0.3.2
authorviric@llimona
Fri, 06 Apr 2007 00:07:22 +0200
changeset 100 098526b06bfe
parent 99 88d96be4e0e9
child 101 df6c7d46ae61
Updating versions in the code.
main.c
ts.1
--- a/main.c	Fri Apr 06 00:06:23 2007 +0200
+++ b/main.c	Fri Apr 06 00:07:22 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.1 - a task queue system for the unix user.\n"
+static char version[] = "Task Spooler v0.3.2 - a task queue system for the unix user.\n"
 "Copyright (C) 2007  Lluis Batlle i Rossell";
 
 
--- a/ts.1	Fri Apr 06 00:06:23 2007 +0200
+++ b/ts.1	Fri Apr 06 00:07:22 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"
+.TH TS 1 2007-03 "Task Spooler 0.3.2"
 .SH NAME
 ts \- task spooler. A simple unix batch system
 .SH SYNOPSIS
@@ -200,7 +200,7 @@
 .SH NOTES
 This page describes
 .B ts
-as in version 0.3. Other versions my differ. The file
+as in version 0.3.2. Other versions my differ. The file
 .B TRICKS
 found in the distribution package can show some ideas on special uses of
 .B ts.