summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-08-07 12:41:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-08-07 12:41:22 +0200
commit09b1e8a0e677bbf7e9591d4f0a2f621f3bbb90e8 (patch)
tree5546f760bba9713d6fa0b9530256e83da58a6ffb
parent6ee27810b0d97d3e85deea7e5a7694ae3d104ca7 (diff)
Change version to 1.2.0-b.10.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 ae6b468..57e87e5 100644
--- a/cli-examples/manifest
+++ b/cli-examples/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-examples
-version: 1.2.0-b.10+2
+version: 1.2.0-b.10.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 b988d3f..89f0378 100644
--- a/cli-tests/manifest
+++ b/cli-tests/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-tests
-version: 1.2.0-b.10+2
+version: 1.2.0-b.10.z
project: cli
summary: Tests for the CLI compiler for C++
license: MIT
diff --git a/cli/manifest b/cli/manifest
index b6dc1aa..973895c 100644
--- a/cli/manifest
+++ b/cli/manifest
@@ -1,6 +1,6 @@
: 1
name: cli
-version: 1.2.0-b.10+2
+version: 1.2.0-b.10.z
summary: Command line interface (CLI) compiler for C++
license: MIT
topics: C++, command line interface, source code generation, \