From 5c396d4dd3a6e2528147b55fc35b86cbcbc93524 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Sep 2016 02:35:39 +0300 Subject: Build infrastructure update --- build/bootstrap.build | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'build/bootstrap.build') 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 -- cgit v1.1