summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/cli.cxx2
-rw-r--r--doc/cli-prologue.12
-rw-r--r--doc/cli-prologue.xhtml2
-rw-r--r--doc/cli.12
-rw-r--r--doc/cli.xhtml2
-rw-r--r--version2
6 files changed, 6 insertions, 6 deletions
diff --git a/cli/cli.cxx b/cli/cli.cxx
index c0b1142..41f90aa 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -35,7 +35,7 @@ main (int argc, char* argv[])
{
ostream& o (cout);
- o << "CodeSynthesis CLI command line interface compiler 1.1.0" << endl
+ o << "CodeSynthesis CLI command line interface compiler 1.2.0.a1" << endl
<< "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl;
o << "This is free software; see the source for copying conditions. "
diff --git a/doc/cli-prologue.1 b/doc/cli-prologue.1
index 8b43f0f..165cd1a 100644
--- a/doc/cli-prologue.1
+++ b/doc/cli-prologue.1
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii cli.1
.\"
-.TH CLI 1 "December 2009" "CLI 1.1.0"
+.TH CLI 1 "December 2009" "CLI 1.2.0"
.SH NAME
cli \- command line interface compiler for C++
.\"
diff --git a/doc/cli-prologue.xhtml b/doc/cli-prologue.xhtml
index dafaa6d..b9e2f30 100644
--- a/doc/cli-prologue.xhtml
+++ b/doc/cli-prologue.xhtml
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
- <title>CLI 1.1.0 Compiler Command Line Manual</title>
+ <title>CLI 1.2.0 Compiler Command Line Manual</title>
<meta name="copyright" content="&copy; 2009-2011 Code Synthesis Tools CC"/>
<meta name="keywords" content="cli,command,line,interface,compiler,c++"/>
diff --git a/doc/cli.1 b/doc/cli.1
index 963ab43..a79b7c7 100644
--- a/doc/cli.1
+++ b/doc/cli.1
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii cli.1
.\"
-.TH CLI 1 "December 2009" "CLI 1.1.0"
+.TH CLI 1 "December 2009" "CLI 1.2.0"
.SH NAME
cli \- command line interface compiler for C++
.\"
diff --git a/doc/cli.xhtml b/doc/cli.xhtml
index 3206c5e..9a6d3fd 100644
--- a/doc/cli.xhtml
+++ b/doc/cli.xhtml
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
- <title>CLI 1.1.0 Compiler Command Line Manual</title>
+ <title>CLI 1.2.0 Compiler Command Line Manual</title>
<meta name="copyright" content="&copy; 2009-2011 Code Synthesis Tools CC"/>
<meta name="keywords" content="cli,command,line,interface,compiler,c++"/>
diff --git a/version b/version
index 9084fa2..59d175b 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.1.0
+1.2.0.a1