diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 15:00:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 15:00:53 +0200 |
commit | 21ffbfeacbe0950cb7cb4cc4d7d19c64e37f6748 (patch) | |
tree | e9abbb8dc1fd4b548ffb422cf697cb544e3580d7 | |
parent | b93dd779658d6b877d0ed51c2b0fe5cd3edc0ff4 (diff) |
Move from 0.1.0.a1 to 0.1.0-a1 versioning scheme
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 84cf6a6..c4ffe22 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = build2-toolchain -version = 0.1.0.a1 +version = 0.1.0-a1 subprojects = libbutl build2 libbpkg bpkg using config @@ -1 +1 @@ -0.1.0.a1 +0.1.0-a1 |