Commit Graph

5 Commits

Author SHA1 Message Date
Pietro Albini c51e432426
bump nightly version to 1.52.0 2021-02-05 16:25:08 +01:00
Mark Rousskov 369449c89b Bump version to 1.51 2020-12-25 10:42:53 -05:00
Pietro Albini 2306e6277c
bump version to 1.50.0 2020-11-13 09:47:16 +01:00
Mark Rousskov 2626b2a8fa Bump version to 1.49.0 2020-10-02 08:39:40 -04:00
Pietro Albini b9af3e30a9
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.
2020-09-18 14:58:22 +02:00