summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-13 11:53:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-13 11:53:54 +0200
commit49db9688af142b2c4298177edb28b915e502a1ea (patch)
tree3e055fbcc759254962e615e29bff281339c1967b /cli
parent36e0b187bf08d97c223ad760e71f4eb2f123aa68 (diff)
Bump version to 1.1.01.1.0
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 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. "