Skip to content

Commit a80c656

Browse files
committed
Prepare for 4.4.3 release
1 parent 07f63dc commit a80c656

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 4.4.x
3+
## Changes in 4.4.3
44
1. Fix - wrong selection of TH1 Y axis range when errors are displayed (#44)
55
2. Fix - apply user range for TH1 X-axis zooming (#44)
66
3. Fix - protect against patalogic case of 1-bin histogram

scripts/JSRootCore.js

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

97-
JSROOT.version = "4.4.2 11/04/2016";
97+
JSROOT.version = "4.4.3 14/04/2016";
9898

9999
JSROOT.source_dir = "";
100100
JSROOT.source_min = false;

0 commit comments

Comments
 (0)