summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: e6b071f144cac19fa1693636e27da0d6063d463e (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
27
28
29
30
31
# file      : build/bootstrap.build
# copyright : not copyrighted - public domain

project = libsqlite3

using build@0.4.0-a1

# SQLite releases usually have 3-component versions but once in a while they
# will make a 4-component release for what appears to be important bug fixes
# only. So instead of dragging the fourth component around (and confusing a
# lot of people in the process) we will always have three components and will
# handle an occasional bugfix release with a revision.
#
version = 3.14.1

abi_major = 3
abi_minor = 14
abi_patch = 1
abi_prerelease = false

revision = 0

dist.package = $project-$version

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

using config
using dist
using test
using install