Skip to content

Commit

Permalink
version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Feb 19, 2016
1 parent 173325d commit bcd2dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSROOT changelog

## Changes in master
## Changes in 4.3
1. Implement TGeoCtub, TGeoParaboloid and TGeoHype shapes
2. Support TGeoTube with Rmin==0
3. Exclude empty faces in TGeoArb8
Expand Down
4 changes: 2 additions & 2 deletions scripts/JSRootCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
} (function(JSROOT) {

JSROOT.version = "dev 18/02/2016";
JSROOT.version = "4.3 19/02/2016";

JSROOT.source_dir = "";
JSROOT.source_min = false;
Expand Down Expand Up @@ -760,7 +760,7 @@

if (kind.indexOf("geom;")>=0) {
//mainfiles += "$$$scripts/csg.js;" +
// "$$$scripts/ThreeCSG.js;" +
// "$$$scripts/ThreeCSG.js;";
mainfiles += "$$$scripts/JSRootGeoPainter" + ext + ".js;";
extrafiles += "$$$style/JSRootGeoPainter" + ext + ".css;";
modules.push('JSRootGeoPainter');
Expand Down

0 comments on commit bcd2dbf

Please sign in to comment.