Skip to content

Commit 6457313

Browse files
committed
change version mark to 4.7.x
1 parent e819224 commit 6457313

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# JSROOT changelog
22

3+
## Changes in 4.7.x
4+
1. Fix - error in irregular axis drawings
5+
6+
37
## Changes in 4.7.1
48
1. Workaround for MathJax output - scaling not always works in Firefox
59
2. Fix - bin scaling for box draw option for TH2 and TH3 histograms

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393
} (function(JSROOT) {
9494

95-
JSROOT.version = "4.7.1 1/11/2016";
95+
JSROOT.version = "4.7.x 4/11/2016";
9696

9797
JSROOT.source_dir = "";
9898
JSROOT.source_min = false;

0 commit comments

Comments
 (0)