]> git.lizzy.rs Git - rust.git/commit
Call non-git beta builds simply x.y.z-beta
authorJosh Stone <jistone@redhat.com>
Fri, 26 Jan 2018 00:22:58 +0000 (16:22 -0800)
committerJosh Stone <jistone@redhat.com>
Fri, 26 Jan 2018 00:22:58 +0000 (16:22 -0800)
commita76bb8806ae506a5d11c88a3dbd6377d6c4bc1ec
tree9e08dd8ddfd54e3799e556fc4e21137ed658bf92
parent9fd7da904b46ff7aa78c2e2cc1986c4975aeccc6
Call non-git beta builds simply x.y.z-beta

We can't use git commands to compute a prerelease version when we're
building from a source tarball, or if git is otherwise unavailable.
We'll just call such builds `x.y.z-beta`, without a prerelease.
src/bootstrap/lib.rs