# HG changeset patch # User viric # Date 1476907714 -7200 # Node ID 3916245a60b589f6197cf69b33f27fca76c02b27 # Parent 308315d0478751b5700b6141058b7b842b320d89 Setting version to 1.0.0 diff -r 308315d04787 -r 3916245a60b5 main.c --- a/main.c Fri Mar 25 17:25:57 2016 +0100 +++ b/main.c Wed Oct 19 22:08:34 2016 +0200 @@ -25,7 +25,7 @@ static char getopt_env[] = "POSIXLY_CORRECT=YES"; static char *old_getopt_env; -static char version[] = "Task Spooler v0.7.6 - a task queue system for the unix user.\n" +static char version[] = "Task Spooler v1.0.0 - a task queue system for the unix user.\n" "Copyright (C) 2007-2016 Lluis Batlle i Rossell"; diff -r 308315d04787 -r 3916245a60b5 ts.1 --- a/ts.1 Fri Mar 25 17:25:57 2016 +0100 +++ b/ts.1 Wed Oct 19 22:08:34 2016 +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 2016-03 "Task Spooler 0.7.6" +.TH TS 1 2016-03 "Task Spooler 1.0.0" .SH NAME ts \- task spooler. A simple unix batch system .SH SYNOPSIS @@ -314,7 +314,7 @@ .SH NOTES This page describes .B ts -as in version 0.7.6. Other versions may differ. The file +as in version 1.0.0. Other versions may differ. The file .B TRICKS found in the distribution package can show some ideas on special uses of .B ts.