summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-28 14:35:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-28 14:35:30 +0200
commitaa892c9970c101c509dbb05b71c56880ed0ef17b (patch)
tree0985016eb6a59e6a624a7376f10824dbd167b667 /cli/cli.cxx
parentca4c01c87aedc82366ff0d253f5f8eb8d9d00954 (diff)
Bump version to 1.0.0
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 b2c6695..a8e7fae 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -30,7 +30,7 @@ int main (int argc, char* argv[])
//
if (ops.version ())
{
- e << "CodeSynthesis CLI command line interface compiler 0.0.2" << endl
+ e << "CodeSynthesis CLI command line interface compiler 1.0.0" << endl
<< "Copyright (C) 2009 Code Synthesis Tools CC" << endl;
e << "This is free software; see the source for copying conditions. "