summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ecf3b3b..cf4676f 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -37,7 +37,7 @@ main (int argc, char* argv[])
{
ostream& o (cout);
- o << "CodeSynthesis CLI command line interface compiler 1.2.0.a1" << endl
+ o << "CodeSynthesis CLI command line interface compiler 1.2.0-a2" << endl
<< "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl;
o << "This is free software; see the source for copying conditions. "
diff --git a/version b/version
index 59d175b..8d2f1bc 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.2.0.a1
+1.2.0-a2