diff options
author | Arun Isaac | 2021-05-25 16:34:05 +0530 |
---|---|---|
committer | Arun Isaac | 2021-05-25 16:34:05 +0530 |
commit | 08f4835acb57bed7ad53f93b96faecd32a167ec7 (patch) | |
tree | 39e7626468e77dac32e507347e9fc1eac03e2217 /doc | |
parent | 00cc6fa21396710ec044737c93890c721cfc93cb (diff) | |
download | ccwl-08f4835acb57bed7ad53f93b96faecd32a167ec7.tar.gz ccwl-08f4835acb57bed7ad53f93b96faecd32a167ec7.tar.lz ccwl-08f4835acb57bed7ad53f93b96faecd32a167ec7.zip |
Mention version in manual.
* doc/ccwl.texi: Include version.texi.
(Top): Mention version.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ccwl.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ccwl.texi b/doc/ccwl.texi index 0f4ff5b..018b10d 100644 --- a/doc/ccwl.texi +++ b/doc/ccwl.texi @@ -1,6 +1,8 @@ \input texinfo @settitle Concise Common Workflow Language +@include version.texi + @copying Copyright @copyright{} 2021 Arun Isaac@* @@ -17,9 +19,9 @@ Documentation License''. @top Concise Common Workflow Language @end ifnottex -This manual documents the development version of @abbr{ccwl, Concise -Common Workflow Language}, a concise syntax to express @abbr{CWL, Common -Workflow Language} workflows. +This manual documents @abbr{ccwl, Concise Common Workflow Language} +version @value{VERSION}. ccwl is a concise syntax to express @abbr{CWL, +Common Workflow Language} workflows. @menu * Introduction:: What is ccwl? |