summaryrefslogtreecommitdiff
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
parentca4c01c87aedc82366ff0d253f5f8eb8d9d00954 (diff)
Bump version to 1.0.0
-rw-r--r--cli/cli.cxx2
-rw-r--r--version2
2 files changed, 2 insertions, 2 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. "
diff --git a/version b/version
index 4e379d2..3eefcb9 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.0.2
+1.0.0