From aa892c9970c101c509dbb05b71c56880ed0ef17b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Oct 2009 14:35:30 +0200 Subject: Bump version to 1.0.0 --- cli/cli.cxx | 2 +- version | 2 +- 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 -- cgit v1.1