summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
diff options
context:
space:
mode:
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 64a79f1..d1fd5d2 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -31,7 +31,7 @@ main (int argc, char* argv[])
//
if (ops.version ())
{
- e << "CodeSynthesis CLI command line interface compiler 1.0.0" << endl
+ e << "CodeSynthesis CLI command line interface compiler 1.1.0" << endl
<< "Copyright (C) 2009 Code Synthesis Tools CC" << endl;
e << "This is free software; see the source for copying conditions. "