summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-13 11:53:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-13 11:53:54 +0200
commit49db9688af142b2c4298177edb28b915e502a1ea (patch)
tree3e055fbcc759254962e615e29bff281339c1967b
parent36e0b187bf08d97c223ad760e71f4eb2f123aa68 (diff)
Bump version to 1.1.01.1.0
-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 64a79f1..d1fd5d2 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -31,7 +31,7 @@ main (int argc, char* argv[])
//
if (ops.version ())
{
- e << "CodeSynthesis CLI command line interface compiler 1.0.0" << endl
+ e << "CodeSynthesis CLI command line interface compiler 1.1.0" << endl
<< "Copyright (C) 2009 Code Synthesis Tools CC" << endl;
e << "This is free software; see the source for copying conditions. "
diff --git a/doc/cli-prologue.1 b/doc/cli-prologue.1
index 5d3953b..8b43f0f 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 "October 2009" "CLI 1.0.0"
+.TH CLI 1 "December 2009" "CLI 1.1.0"
.SH NAME
cli \- command line interface compiler for C++
.\"
diff --git a/doc/cli-prologue.xhtml b/doc/cli-prologue.xhtml
index 71108e1..2e7ea4a 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.0.0 Compiler Command Line Manual</title>
+ <title>CLI 1.1.0 Compiler Command Line Manual</title>
<meta name="copyright" content="&copy; 2009 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 8daec4e..dfff24b 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 "October 2009" "CLI 1.0.0"
+.TH CLI 1 "December 2009" "CLI 1.1.0"
.SH NAME
cli \- command line interface compiler for C++
.\"
diff --git a/doc/cli.xhtml b/doc/cli.xhtml
index 3a09c96..839ada7 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.0.0 Compiler Command Line Manual</title>
+ <title>CLI 1.1.0 Compiler Command Line Manual</title>
<meta name="copyright" content="&copy; 2009 Code Synthesis Tools CC"/>
<meta name="keywords" content="cli,command,line,interface,compiler,c++"/>
diff --git a/version b/version
index 3eefcb9..9084fa2 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.0.0
+1.1.0