From 5d73bd51f0e764d420a81d79b78603bf4b4dd5c4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2015 16:02:48 +0200 Subject: Bump version to 1.2.0.a1 --- 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 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 @@ - CLI 1.1.0 Compiler Command Line Manual + CLI 1.2.0 Compiler Command Line Manual 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 @@ - CLI 1.1.0 Compiler Command Line Manual + CLI 1.2.0 Compiler Command Line Manual diff --git a/version b/version index 9084fa2..59d175b 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.0 +1.2.0.a1 -- cgit v1.1