Skip to content

Commit 0e2cc1b

Browse files
committed
Prepare for 7.5.0 release
1 parent 773fdec commit 0e2cc1b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/jsroot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ typeof define === 'function' && define.amd ? define(['exports'], factory) :
77

88
/** @summary version id
99
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
10-
const version_id = '7.5.pre',
10+
const version_id = '7.5.0',
1111

1212
/** @summary version date
1313
* @desc Release date in format day/month/year like '14/04/2022' */
14-
version_date = '4/10/2023',
14+
version_date = '5/10/2023',
1515

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

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSROOT changelog
22

3-
## Changes in 7.5
3+
## Changes in 7.5.0
44
1. Correctly implement `TH2` projections like MERCATOR or PARABOLIC, add MOLLWEIDE
55
2. Support "pol", "cyl", "sph" and "psr" coordinates systems for lego and surf plots
66
3. Support orthographic camera for lego and surface plots

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.5.pre',
3+
const version_id = '7.5.0',
44

55
/** @summary version date
66
* @desc Release date in format day/month/year like '14/04/2022' */
7-
version_date = '4/10/2023',
7+
version_date = '5/10/2023',
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)