aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: 6f6c079d8ad6f95eb031b940c0897f8c15563cb3 (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) 2009-2015 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

project = libodb-sqlite

using build@0.4.0

version = 2.5.0-a11

abi_major = 2
abi_minor = 5
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