diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:54:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:54:51 +0200 |
commit | 08d7a11e0752fa1da3eb6c0165e6f0d154b63404 (patch) | |
tree | 66b7996912383bcdf48b1f53c1292e4f85995f4a /build/bootstrap.build | |
parent | dd8127a95120fbf9a867a5546af1b41430ece729 (diff) |
Bump version to 0.2.0 final
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 6786dfb..15840b1 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,10 +3,10 @@ # license : MIT; see accompanying LICENSE file project = build2-toolchain -version = 0.1.0 +version = 0.2.0 subprojects = libbutl build2 libbpkg bpkg -using build@0.1.0 +using build@0.2.0 using config using dist using test # Note: needed for dist to work in subprojects with tests. |