summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-16 10:41:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-16 10:41:41 +0200
commitccdadd8ad983f8c83e5e6ed5364550ff614d966f (patch)
treecec24375b5f3ad76eee363cffa3ace4e5508988b
parent388da73246c061fed07c5e411b33b33096d4c074 (diff)
Release version 1.2.0-b.8v1.2.0-b.8
-rw-r--r--cli-examples/manifest2
-rw-r--r--cli-tests/manifest2
-rw-r--r--cli/manifest2
3 files changed, 3 insertions, 3 deletions
diff --git a/cli-examples/manifest b/cli-examples/manifest
index 9f016b5..c9a72f5 100644
--- a/cli-examples/manifest
+++ b/cli-examples/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-examples
-version: 1.2.0-b.7.z
+version: 1.2.0-b.8
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 8cd78eb..a09b6d1 100644
--- a/cli-tests/manifest
+++ b/cli-tests/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-tests
-version: 1.2.0-b.7.z
+version: 1.2.0-b.8
project: cli
summary: Tests for the CLI compiler for C++
license: MIT
diff --git a/cli/manifest b/cli/manifest
index 2f0c3ff..b54e117 100644
--- a/cli/manifest
+++ b/cli/manifest
@@ -1,6 +1,6 @@
: 1
name: cli
-version: 1.2.0-b.7.z
+version: 1.2.0-b.8
summary: Command line interface (CLI) compiler for C++
license: MIT
topics: C++, command line interface, source code generation, \