From 72931a488b6c324f1382b730b823b8250546786b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 28 Nov 2015 17:23:32 +0200 Subject: Bump version to 0.1.0 --- build/b.cxx | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/b.cxx b/build/b.cxx index 8ea9094..d82b0ac 100644 --- a/build/b.cxx +++ b/build/b.cxx @@ -65,7 +65,7 @@ main (int argc, char* argv[]) // if (ops.version ()) { - cout << "build2 0.0.0" << endl + cout << "build2 0.1.0" << endl << "Copyright (c) 2014-2015 Code Synthesis Ltd" << endl << "This is free software released under the MIT license." << endl; return 0; diff --git a/version b/version index 77d6f4c..6e8bf73 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.0 +0.1.0 -- cgit v1.1