From 49db9688af142b2c4298177edb28b915e502a1ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 Dec 2009 11:53:54 +0200 Subject: Bump version to 1.1.0 --- cli/cli.cxx | 2 +- doc/cli-prologue.1 | 2 +- doc/cli-prologue.xhtml | 2 +- doc/cli.1 | 2 +- doc/cli.xhtml | 2 +- version | 2 +- 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 @@ - CLI 1.0.0 Compiler Command Line Manual + CLI 1.1.0 Compiler Command Line Manual 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 @@ - CLI 1.0.0 Compiler Command Line Manual + CLI 1.1.0 Compiler Command Line Manual diff --git a/version b/version index 3eefcb9..9084fa2 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.0 +1.1.0 -- cgit v1.1