File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# JSROOT changelog
22
3- ## Changes in dev
3+ ## Changes in 7.0.0
441 . Use ES6 modules for code organization
552 . Rewrite code with ES6 classes; one have to use class syntax to derive from it
663 . Upgrade d3.js to 7.3.0, three.js to r138
Original file line number Diff line number Diff line change 11
22/** @summary version id
33 * @desc For the JSROOT release the string in format "major.minor.patch" like "6.3.0" */
4- let version_id = "modules " ;
4+ let version_id = "7.0.0 " ;
55
66/** @summary version date
77 * @desc Release date in format day/month/year like "19/11/2021" */
8- let version_date = "13 /04/2022" ;
8+ let version_date = "14 /04/2022" ;
99
1010/** @summary version id and date
1111 * @desc Produced by concatenation of {@link version_id} and {@link version_date}
You can’t perform that action at this time.
0 commit comments