summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-08-31 22:59:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-08-31 22:59:39 +0300
commit02e779a15e5f2868cb7fbd105e119722789780af (patch)
treeb5efb8cfe51b67712f8e8d9751caa9618b3b8862
parent4ddae27645d6e92637f4d88b41fdb1c812ed35a1 (diff)
Change version to 1.2.0-b.9.z
-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 2b84f64..2db796c 100644
--- a/cli-examples/manifest
+++ b/cli-examples/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-examples
-version: 1.2.0-b.9
+version: 1.2.0-b.9.z
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 f7a7fe0..26c8815 100644
--- a/cli-tests/manifest
+++ b/cli-tests/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-tests
-version: 1.2.0-b.9
+version: 1.2.0-b.9.z
project: cli
summary: Tests for the CLI compiler for C++
license: MIT
diff --git a/cli/manifest b/cli/manifest
index d86b889..40ee1bb 100644
--- a/cli/manifest
+++ b/cli/manifest
@@ -1,6 +1,6 @@
: 1
name: cli
-version: 1.2.0-b.9
+version: 1.2.0-b.9.z
summary: Command line interface (CLI) compiler for C++
license: MIT
topics: C++, command line interface, source code generation, \