Skip to content

Commit 3714b55

Browse files
committed
bump version
1 parent d17f551 commit 3714b55

File tree

7 files changed

+6
-570494
lines changed

7 files changed

+6
-570494
lines changed

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* You should have received a copy of the GNU Lesser General Public License
2323
* along with this program; if not, write to the Free Software
2424
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
25-
let version = "8.5.0"
25+
let version = "9.1.0"
2626
let header =
2727
"// Generated by ReScript, PLEASE EDIT WITH CARE"
2828
let package_name = ref "bs-platform"

jscomp/snapshot.ninja

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ o $SNAP/unstable/js_compiler.ml: bspack | ./bin/bspack.exe $LTO
5050
flags = -D BS_BROWSER=true -bs-MD -module-alias Config=Config_whole_compiler -bs-exclude-I config -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I $OCAML_SRC_TYPING -I $OCAML_SRC_BYTECOMP -I $OCAML_SRC_DRIVER -I stubs -I ext -I napkin -I frontend -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I main
5151
main = Jsoo_main
5252

53-
o $SNAP/unstable/js_refmt_compiler.ml: bspack | ./bin/bspack.exe $LTO
54-
flags = -D BS_BROWSER=true -bs-MD -module-alias Config=Config_whole_compiler -bs-exclude-I config -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I $OCAML_SRC_TYPING -I $OCAML_SRC_BYTECOMP -I $OCAML_SRC_DRIVER -I js_parser -I stubs -I ext -I napkin -I frontend -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I main -I refmt
55-
main = Jsoo_refmt_main
53+
5654

5755
subninja build.ninja
5856
# -o $@

lib/4.06.1/bsb.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "8.5.0"
58+
let version = "9.1.0"
5959
let header =
6060
"// Generated by ReScript, PLEASE EDIT WITH CARE"
6161
let package_name = ref "bs-platform"

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18118,7 +18118,7 @@ end = struct
1811818118
* You should have received a copy of the GNU Lesser General Public License
1811918119
* along with this program; if not, write to the Free Software
1812018120
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18121-
let version = "8.5.0"
18121+
let version = "9.1.0"
1812218122
let header =
1812318123
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1812418124
let package_name = ref "bs-platform"

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 0 additions & 570486 deletions
This file was deleted.

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304602,7 +304602,7 @@ end = struct
304602304602
* You should have received a copy of the GNU Lesser General Public License
304603304603
* along with this program; if not, write to the Free Software
304604304604
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304605-
let version = "8.5.0"
304605+
let version = "9.1.0"
304606304606
let header =
304607304607
"// Generated by ReScript, PLEASE EDIT WITH CARE"
304608304608
let package_name = ref "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
1919
},
2020
"name": "bs-platform",
21-
"version": "8.5.0",
21+
"version": "9.1.0",
2222
"description": "ReScript compiler, OCaml standard libary by ReScript and its required runtime support",
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)