You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Its name in C is version, which we obviously can't use, because that's a
keyword in D. However, the current naming policy would name it version_
rather than update, and update is not a particularly obvious name. So,
this commit renames it to version_ so that it's more in line with both
the C definition and our current naming conventions.
An alias named update has been added so that no code will break, and the
idea is that it will then be deprecated in a future release.
0 commit comments