Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the version number to a plaintext file #76878

Merged
merged 1 commit into from
Sep 20, 2020

Commits on Sep 18, 2020

  1. bootstrap: move the version number to a plaintext file

    The Rust version number is currently embedded in bootstrap's source
    code, which makes it hard to update it automatically or access it
    outside of ./x.py (as you'd have to parse the source code).
    
    This commit moves the version number to a standalone plaintext file,
    which makes accessing or updating it trivial.
    pietroalbini committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    b9af3e3 View commit details
    Browse the repository at this point in the history