Skip to content

Commit f9d2991

Browse files
committed
set version number 3.7
1 parent ee214e0 commit f9d2991

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 master
3+
## Changes in 3.7
44
1. Support of X axis with custom labels like:
55
http://web-docs.gsi.de/~linev/js/dev/index.htm?nobrowser&json=../files/hist_xlabels.json
66
2. Extend functionality of JSROOT.addDrawFunc() function. One could register type-specific

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
} (function(JSROOT) {
7676

77-
JSROOT.version = "dev 22/07/2015";
77+
JSROOT.version = "3.7 22/07/2015";
7878

7979
JSROOT.source_dir = "";
8080
JSROOT.source_min = false;

0 commit comments

Comments
 (0)