Skip to content

Commit

Permalink
Update info about versioninfo in devdocs (#28810)
Browse files Browse the repository at this point in the history
(cherry picked from commit b411a58)
  • Loading branch information
mmmm1998 authored and KristofferC committed Sep 8, 2018
1 parent 468cff8 commit 1aff22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/devdocs/backtraces.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ and follow the instructions to generate the debugging information requested. Ta
## [Version/Environment info](@id dev-version-info)

No matter the error, we will always need to know what version of Julia you are running. When Julia
first starts up, a header is printed out with a version number and date. Please also include the
output of `versioninfo()` in any report you create:
first starts up, a header is printed out with a version number and date. Please also include the output of `versioninfo()` (exported from the [`InteractiveUtils`](@ref InteractiveUtils.versioninfo) standard library) in any report you create:

```@repl
using InteractiveUtils
versioninfo()
```

Expand Down

0 comments on commit 1aff22e

Please sign in to comment.