about summary refs log tree commit diff
path: root/src/version
AgeCommit message (Collapse)AuthorLines
2020-10-02Bump version to 1.49.0Mark Rousskov-1/+1
2020-09-18bootstrap: move the version number to a plaintext filePietro Albini-0/+1
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.