# file      : build/bootstrap.build
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

project = build2

using build@0.4.0

version = 0.5.0-a1
revision = 0

dist.package = $project-$version

if ($revision != 0)
  dist.package += +$revision

using config
using dist
using test
using install