diff options
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 |