Skip to content

Commit 9d0edee

Browse files
committed
Prepare for 4.7.0
1 parent 540186c commit 9d0edee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# JSROOT changelog
22

3-
## Changes in dev
3+
## Changes in 4.7.0
44
1. Implement simple TTree::Draw over single leaf (#80)
5-
Support basic types, fixed-size arrays and several vector types in TTree::Draw
5+
Support basic types, fixed-size arrays and several vector types
66
2. Display of TEveTrack(s) and TEvePointSet(s) over drawn geometry (drag and drop)
77
Also browsing, toggling, highlight of tracks and hits are done.
88
3. Let set default geo colors as TGeoManager::DefaultColors() does

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 = "dev 22/09/2016";
95+
JSROOT.version = "4.7.0 23/09/2016";
9696

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

0 commit comments

Comments
 (0)