summaryrefslogtreecommitdiff
path: root/sqlite3/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3/buildfile')
-rw-r--r--sqlite3/buildfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sqlite3/buildfile b/sqlite3/buildfile
index d26170c..a6f7716 100644
--- a/sqlite3/buildfile
+++ b/sqlite3/buildfile
@@ -2,7 +2,13 @@
# copyright : not copyrighted - public domain
lib{sqlite3}: {h c}{sqlite3} h{sqlite3ext}
-lib{sqlite3}: bin.lib.version = @-$abi_major # See bootstrap.build.
+
+# See bootstrap.build for details.
+#
+if $version.pre_release
+ lib{sqlite3}: bin.lib.version = @"-$version.project_id"
+else
+ lib{sqlite3}: bin.lib.version = @"-$abi_major"
# The set of features we enable by default is inspired by Debian, Fedora, and
# the official documentation.