aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: e4b58a987744812798d7af0d43ec08fe74a2d91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# file      : build/bootstrap.build
# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

project = libstudxml

using build@0.4.0-a1

version = 1.1.0-a4

abi_major = 1
abi_minor = 1
abi_patch = 0
abi_prerelease = true

revision = 0

dist.package = $project-$version

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

using config
using dist
using test
using install