summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
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 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. "