diff options
| author | Karen Arutyunov <karen@codesynthesis.com> | 2026-03-17 12:32:36 +0200 |
|---|---|---|
| committer | Karen Arutyunov <karen@codesynthesis.com> | 2026-03-17 12:34:11 +0200 |
| commit | 421c331319d5203535947c949198c8debe5effb6 (patch) | |
| tree | 932f34d7427c2a5f5d5cf3cd7d96767e9bee03e4 | |
| parent | d25dc089dc5c9ede1cf1e7d116b0e3f5ad62254a (diff) | |
| -rw-r--r-- | cli-examples/manifest | 2 | ||||
| -rw-r--r-- | cli-tests/manifest | 2 | ||||
| -rw-r--r-- | cli/doc/pregenerated/cli.1 | 2 | ||||
| -rw-r--r-- | cli/doc/pregenerated/cli.xhtml | 2 | ||||
| -rw-r--r-- | cli/manifest | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cli-examples/manifest b/cli-examples/manifest index ca44642..f3f36d2 100644 --- a/cli-examples/manifest +++ b/cli-examples/manifest @@ -1,6 +1,6 @@ : 1 name: cli-examples -version: 1.2.1-a.0.z +version: 1.2.1 project: cli summary: Examples of using the CLI language and compiler for C++ license: MIT diff --git a/cli-tests/manifest b/cli-tests/manifest index 4f4e8f0..419a426 100644 --- a/cli-tests/manifest +++ b/cli-tests/manifest @@ -1,6 +1,6 @@ : 1 name: cli-tests -version: 1.2.1-a.0.z +version: 1.2.1 project: cli summary: Tests for the CLI compiler for C++ license: MIT diff --git a/cli/doc/pregenerated/cli.1 b/cli/doc/pregenerated/cli.1 index 293e2ca..528f07b 100644 --- a/cli/doc/pregenerated/cli.1 +++ b/cli/doc/pregenerated/cli.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii cli.1 .\" -.TH CLI 1 "January 2026" "CLI 1.2.1-a.0" +.TH CLI 1 "January 2026" "CLI 1.2.1" .SH NAME cli \- command line interface compiler for C++ .\" diff --git a/cli/doc/pregenerated/cli.xhtml b/cli/doc/pregenerated/cli.xhtml index 394a6b5..0cc1ee8 100644 --- a/cli/doc/pregenerated/cli.xhtml +++ b/cli/doc/pregenerated/cli.xhtml @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> - <title>CLI 1.2.1-a.0 Compiler Command Line Manual</title> + <title>CLI 1.2.1 Compiler Command Line Manual</title> <meta name="copyright" content="© 2009-2026 Code Synthesis Tools CC"/> <meta name="keywords" content="cli,command,line,interface,compiler,c++"/> diff --git a/cli/manifest b/cli/manifest index a06d4a9..fbeb329 100644 --- a/cli/manifest +++ b/cli/manifest @@ -1,6 +1,6 @@ : 1 name: cli -version: 1.2.1-a.0.z +version: 1.2.1 summary: Command line interface (CLI) compiler for C++ license: MIT topics: C++, command line interface, source code generation, \ |
