Skip to content

Commit bcd2dbf

Browse files
committed
version 4.3
1 parent 173325d commit bcd2dbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 master
3+
## Changes in 4.3
44
1. Implement TGeoCtub, TGeoParaboloid and TGeoHype shapes
55
2. Support TGeoTube with Rmin==0
66
3. Exclude empty faces in TGeoArb8

scripts/JSRootCore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
}
8686
} (function(JSROOT) {
8787

88-
JSROOT.version = "dev 18/02/2016";
88+
JSROOT.version = "4.3 19/02/2016";
8989

9090
JSROOT.source_dir = "";
9191
JSROOT.source_min = false;
@@ -760,7 +760,7 @@
760760

761761
if (kind.indexOf("geom;")>=0) {
762762
//mainfiles += "$$$scripts/csg.js;" +
763-
// "$$$scripts/ThreeCSG.js;" +
763+
// "$$$scripts/ThreeCSG.js;";
764764
mainfiles += "$$$scripts/JSRootGeoPainter" + ext + ".js;";
765765
extrafiles += "$$$style/JSRootGeoPainter" + ext + ".css;";
766766
modules.push('JSRootGeoPainter');

0 commit comments

Comments
 (0)