summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-14 15:34:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-14 15:34:04 +0200
commitf8c61f71ebf44572c9e865a620dc053e94371beb (patch)
tree84645163730628670dbb03e18e259c0422bf2c86 /cli
parentc7df55119bd5bd936684ff6f6777df8ea19e68c1 (diff)
Bump version to 1.2.0-a2
Diffstat (limited to 'cli')
-rw-r--r--cli/cli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli.cxx b/cli/cli.cxx
index ecf3b3b..cf4676f 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -37,7 +37,7 @@ main (int argc, char* argv[])
{
ostream& o (cout);
- o << "CodeSynthesis CLI command line interface compiler 1.2.0.a1" << endl
+ o << "CodeSynthesis CLI command line interface compiler 1.2.0-a2" << endl
<< "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl;
o << "This is free software; see the source for copying conditions. "