From fbea401a6f79ca5e3325ae1692e1a4ebfd4a00c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Jul 2020 15:08:01 +0200 Subject: Change version to 1.2.0-b.7.z --- cli-examples/manifest | 2 +- cli-tests/manifest | 2 +- cli/manifest | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli-examples/manifest b/cli-examples/manifest index 65e9c6c..dd035e8 100644 --- a/cli-examples/manifest +++ b/cli-examples/manifest @@ -1,6 +1,6 @@ : 1 name: cli-examples -version: 1.2.0-b.7 +version: 1.2.0-b.7.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 2691679..597289a 100644 --- a/cli-tests/manifest +++ b/cli-tests/manifest @@ -1,6 +1,6 @@ : 1 name: cli-tests -version: 1.2.0-b.7 +version: 1.2.0-b.7.z project: cli summary: Tests for the CLI compiler for C++ license: MIT diff --git a/cli/manifest b/cli/manifest index 0dce587..c151d38 100644 --- a/cli/manifest +++ b/cli/manifest @@ -1,6 +1,6 @@ : 1 name: cli -version: 1.2.0-b.7 +version: 1.2.0-b.7.z summary: Command line interface (CLI) compiler for C++ license: MIT topics: C++, command line interface, source code generation, \ -- cgit v1.1