summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
diff options
context:
space:
mode:
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r--build/bootstrap.build19
1 files changed, 13 insertions, 6 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 5bc2a95..e6b071f 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -3,6 +3,8 @@
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
@@ -10,15 +12,20 @@ project = libsqlite3
# handle an occasional bugfix release with a revision.
#
version = 3.14.1
-revision = 0
-using build@0.4.0-a1
-using config
-using dist
-using test
-using install
+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