We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ea51f commit 720fcebCopy full SHA for 720fceb
modules/core.mjs
@@ -1,10 +1,10 @@
1
/** @summary version id
2
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
3
-const version_id = '7.8.2',
+const version_id = '7.8.x',
4
5
/** @summary version date
6
* @desc Release date in format day/month/year like '14/04/2022' */
7
-version_date = '26/03/2025',
+version_date = '9/04/2025',
8
9
/** @summary version id and date
10
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments