summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-02 16:02:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-02 16:02:48 +0200
commit5d73bd51f0e764d420a81d79b78603bf4b4dd5c4 (patch)
tree23d73c24bf2bf3391a0f28ca93fb65eea7493913 /cli/cli.cxx
parent095aac5b45cff29a39d46ebc0900ed3eb52b1a02 (diff)
Bump version to 1.2.0.a1
Diffstat (limited to 'cli/cli.cxx')
-rw-r--r--cli/cli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli.cxx b/cli/cli.cxx
index c0b1142..41f90aa 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -35,7 +35,7 @@ main (int argc, char* argv[])
{
ostream& o (cout);
- o << "CodeSynthesis CLI command line interface compiler 1.1.0" << endl
+ o << "CodeSynthesis CLI command line interface compiler 1.2.0.a1" << endl
<< "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl;
o << "This is free software; see the source for copying conditions. "