diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 07:44:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 07:44:23 +0200 |
commit | aaedc02c41e6feb4df6799541a30b1b3dd7db716 (patch) | |
tree | 5b121b424a9a4f98a5fa91d19197e3f57e9ea474 /build | |
parent | 5eee3a49f3d330112dd7cb947070a84c2ccb3e42 (diff) |
Bump version to 0.3.0-a1, master is open for business
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 15840b1..a9ccbf9 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = build2-toolchain -version = 0.2.0 +version = 0.3.0-a1 subprojects = libbutl build2 libbpkg bpkg using build@0.2.0 |