summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-20 08:54:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-20 08:54:13 +0200
commit9944c0e901d370316fe55fb845ad1c3c6721038d (patch)
treee7a0905e02c25c8d59ff54aad896389fd5cd7f8b
parentf6359d4ac5488ccad61e76c113e5e1f6ba2c383e (diff)
Change version to 1.2.0-b.8.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 43771e8..a3d7683 100644
--- a/cli-examples/manifest
+++ b/cli-examples/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-examples
-version: 1.2.0-b.8+1
+version: 1.2.0-b.8.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 08ccb26..cd8475a 100644
--- a/cli-tests/manifest
+++ b/cli-tests/manifest
@@ -1,6 +1,6 @@
: 1
name: cli-tests
-version: 1.2.0-b.8+1
+version: 1.2.0-b.8.z
project: cli
summary: Tests for the CLI compiler for C++
license: MIT
diff --git a/cli/manifest b/cli/manifest
index 242ac9b..268c618 100644
--- a/cli/manifest
+++ b/cli/manifest
@@ -1,6 +1,6 @@
: 1
name: cli
-version: 1.2.0-b.8+1
+version: 1.2.0-b.8.z
summary: Command line interface (CLI) compiler for C++
license: MIT
topics: C++, command line interface, source code generation, \