From 578320514323ed9d2a58f48b9bdf9311b24bfbf4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Apr 2017 09:41:31 +0200 Subject: Bump version to 1.2.0-b.0.z, switch to version module --- cli/cli.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cli/cli.cxx') diff --git a/cli/cli.cxx b/cli/cli.cxx index b22d164..6465a51 100644 --- a/cli/cli.cxx +++ b/cli/cli.cxx @@ -17,6 +17,8 @@ #include #include +#include + using namespace std; using namespace cutl; @@ -37,7 +39,7 @@ main (int argc, char* argv[]) { ostream& o (cout); - o << "CodeSynthesis CLI command line interface compiler 1.2.0-a2" << endl + o << "CLI (command line interface compiler) " << CLI_VERSION_ID << endl << "Copyright (c) 2009-2017 Code Synthesis Tools CC" << endl; o << "This is free software; see the source for copying conditions. " -- cgit v1.1