diff options
-rw-r--r-- | build/bootstrap.build | 3 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index c4ffe22..ef42bd3 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,9 +3,10 @@ # license : MIT; see accompanying LICENSE file project = build2-toolchain -version = 0.1.0-a1 +version = 0.1.0 subprojects = libbutl build2 libbpkg bpkg +using build@0.1.0 using config using dist using test # Note: needed for dist to work in subprojects with tests. @@ -1 +1 @@ -0.1.0-a1 +0.1.0 |