mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-23 00:04:27 +03:00
new release
This commit is contained in:
parent
008cb43c32
commit
c997e28d51
@ -16,10 +16,10 @@ and educate the public about
|
|||||||
The project works anywhere in the world, thanks to
|
The project works anywhere in the world, thanks to
|
||||||
[OpenStreetMap](https://www.openstreetmap.org/about).
|
[OpenStreetMap](https://www.openstreetmap.org/about).
|
||||||
|
|
||||||
- Run it on [your web browser](http://play.abstreet.org/0.3.36/abstreet.html),
|
- Run it on [your web browser](http://play.abstreet.org/0.3.37/abstreet.html),
|
||||||
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.36/abstreet_windows_v0_3_36.zip),
|
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.37/abstreet_windows_v0_3_37.zip),
|
||||||
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.36/abstreet_mac_v0_3_36.zip),
|
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.37/abstreet_mac_v0_3_37.zip),
|
||||||
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.36/abstreet_linux_v0_3_36.zip),
|
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.37/abstreet_linux_v0_3_37.zip),
|
||||||
[FreeBSD](https://www.freshports.org/games/abstreet/), or
|
[FreeBSD](https://www.freshports.org/games/abstreet/), or
|
||||||
[read all instructions](https://a-b-street.github.io/docs/user/index.html)
|
[read all instructions](https://a-b-street.github.io/docs/user/index.html)
|
||||||
- [build from source](https://a-b-street.github.io/docs/tech/dev/index.html)
|
- [build from source](https://a-b-street.github.io/docs/tech/dev/index.html)
|
||||||
|
@ -56,7 +56,7 @@ mod updater;
|
|||||||
mod waypoints;
|
mod waypoints;
|
||||||
|
|
||||||
// Update this ___before___ pushing the commit with "[rebuild] [release]".
|
// Update this ___before___ pushing the commit with "[rebuild] [release]".
|
||||||
const NEXT_RELEASE: &str = "0.3.37";
|
const NEXT_RELEASE: &str = "0.3.38";
|
||||||
|
|
||||||
/// Returns the version of A/B Street to link to. When building for a release, this points to that
|
/// Returns the version of A/B Street to link to. When building for a release, this points to that
|
||||||
/// new release. Otherwise it points to the current dev version.
|
/// new release. Otherwise it points to the current dev version.
|
||||||
|
Loading…
Reference in New Issue
Block a user