Skip to content
Closed

8.3 #4717

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added darwin/bsb.exe
Binary file not shown.
Binary file added darwin/bsb_helper.exe
Binary file not shown.
Binary file added darwin/bsc.exe
Binary file not shown.
Binary file added darwin/refmt.exe
Binary file not shown.
7 changes: 0 additions & 7 deletions jscomp/artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
"map.js",
"marshal.js",
"moreLabels.js",
"nativeint.js",
"node_buffer.js",
"node_child_process.js",
"node_fs.js",
Expand Down Expand Up @@ -364,7 +363,6 @@
"map.js",
"marshal.js",
"moreLabels.js",
"nativeint.js",
"node_buffer.js",
"node_child_process.js",
"node_fs.js",
Expand Down Expand Up @@ -488,7 +486,6 @@
"map.cmi",
"marshal.cmi",
"moreLabels.cmi",
"nativeint.cmi",
"node_buffer.cmi",
"node_child_process.cmi",
"node_fs.cmi",
Expand Down Expand Up @@ -619,7 +616,6 @@
"map.cmt",
"marshal.cmt",
"moreLabels.cmt",
"nativeint.cmt",
"node_buffer.cmt",
"node_child_process.cmt",
"node_fs.cmt",
Expand Down Expand Up @@ -724,7 +720,6 @@
"map.cmti",
"marshal.cmti",
"moreLabels.cmti",
"nativeint.cmti",
"node_process.cmti",
"obj.cmti",
"parsing.cmti",
Expand Down Expand Up @@ -857,7 +852,6 @@
"mapm.cppo.ml",
"marshal.ml",
"moreLabels.ml",
"nativeint.ml",
"node_buffer.ml",
"node_child_process.ml",
"node_fs.ml",
Expand Down Expand Up @@ -969,7 +963,6 @@
"mapm.cppo.mli",
"marshal.mli",
"moreLabels.mli",
"nativeint.mli",
"node_process.mli",
"obj.mli",
"parsing.mli",
Expand Down
2 changes: 1 addition & 1 deletion jscomp/common/bs_version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
let version = "8.3.0-dev.2"
let version = "8.3.0"
let header =
"// Generated by ReScript, PLEASE EDIT WITH CARE"
let package_name = "bs-platform"
Expand Down
2 changes: 1 addition & 1 deletion lib/4.06.1/bsb.ml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end = struct
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
let version = "8.3.0-dev.2"
let version = "8.3.0"
let header =
"// Generated by ReScript, PLEASE EDIT WITH CARE"
let package_name = "bs-platform"
Expand Down
Loading