Skip to content

Commit e733403

Browse files
authored
Merge pull request cyberbotics#6819 from cyberbotics/sync-master-70a3d6fbb
Merge master into develop
2 parents 0152367 + 15adf5a commit e733403

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/generalities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Webots world files must use the ".wbt" file name extension.
44
The first line of a ".wbt" file uses this header:
55

66
```
7-
#VRML_SIM V8.5 utf8
7+
#VRML_SIM R2025a utf8
88
```
99

10-
The version *8.5* specifies that the file can be open with *Webots 8*.
10+
The version *R2025a* specifies that the file can be open with *Webots 2025a*.
1111
Although the header specifies *utf8*, at the moment only ascii is supported.
1212

1313
The comments placed just below the header store the window configuration associated with this world.
@@ -16,7 +16,7 @@ One (and only one) instance of each of the `WorldInfo, ViewPoint` and `Backgroun
1616
For example:
1717

1818
```
19-
#VRML_SIM V8.5 utf8
19+
#VRML_SIM R2025a utf8
2020
2121
WorldInfo {
2222
info [

0 commit comments

Comments
 (0)