diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 19:17:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 19:17:02 +0200 |
commit | 15d7a706a5f6904a4f295b5cddd7cbd51b04e863 (patch) | |
tree | b0d25e71be60a148332a3ea3b4208e64aaa4a3ae /build/bootstrap.build | |
parent | d787f5161414af0910e6992a248ed270d413e2e2 (diff) |
Add support for dist
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 05aac3e..9d71e6a 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,7 +1,12 @@ # file : build/bootstrap.build # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file + project = build2 +version = 0.1.0 subprojects = # No subprojects. using config +using dist using test + +dist.package = $project-$version |