From f8c61f71ebf44572c9e865a620dc053e94371beb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Nov 2016 15:34:04 +0200 Subject: Bump version to 1.2.0-a2 --- cli/cli.cxx | 2 +- version | 2 +- 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 -- cgit v1.1