Skip to content

Commit

Permalink
Prepare 7.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Mar 4, 2024
1 parent 5d2356d commit 20a885c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/jsroot.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ typeof define === 'function' && define.amd ? define(['exports'], factory) :

/** @summary version id
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
const version_id = '7.5.x',
const version_id = '7.5.5',

/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
Expand Down
3 changes: 2 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# JSROOT changelog

## Changes in 7.5.x
## Changes in 7.5.5
1. Fix - abort tree draw operation faster
2. Fix - support plain TRI option for TGraph2D
3. Fix - use latest npm "gl" module


## Changes in 7.5.4
Expand Down
2 changes: 1 addition & 1 deletion modules/core.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @summary version id
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
const version_id = '7.5.x',
const version_id = '7.5.5',

/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
Expand Down

0 comments on commit 20a885c

Please sign in to comment.