Skip to content

Commit 720fceb

Browse files
committed
Date
1 parent 00ea51f commit 720fceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/** @summary version id
22
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
3-
const version_id = '7.8.2',
3+
const version_id = '7.8.x',
44

55
/** @summary version date
66
* @desc Release date in format day/month/year like '14/04/2022' */
7-
version_date = '26/03/2025',
7+
version_date = '9/04/2025',
88

99
/** @summary version id and date
1010
* @desc Produced by concatenation of {@link version_id} and {@link version_date}

0 commit comments

Comments
 (0)