summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-30 12:38:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-30 12:38:37 +0200
commitc0436e6cca18c5af2dad4569d2cd075ec019de67 (patch)
tree8e5d50e2bb35d13303eb65dc1a4088d66cf8be92
parentd3e88f84660141060245a63682f13a7d8d40265e (diff)
Release version 1.2.0-b.10v1.2.0-b.10
-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 2db796c..2530d2e 100644
--- a/cli-examples/manifest
+++ b/cli-examples/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-examples
-version: 1.2.0-b.9.z
+version: 1.2.0-b.10
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 26c8815..c10f0c6 100644
--- a/cli-tests/manifest
+++ b/cli-tests/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-tests
-version: 1.2.0-b.9.z
+version: 1.2.0-b.10
project: cli
summary: Tests for the CLI compiler for C++
license: MIT
diff --git a/cli/manifest b/cli/manifest
index 40ee1bb..80f50a2 100644
--- a/cli/manifest
+++ b/cli/manifest
@@ -1,6 +1,6 @@
: 1
name: cli
-version: 1.2.0-b.9.z
+version: 1.2.0-b.10
summary: Command line interface (CLI) compiler for C++
license: MIT
topics: C++, command line interface, source code generation, \