Skip to content

Commit a81c57a

Browse files
committed
bump to 7.3
1 parent 835641b commit a81c57a

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

Changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
`*` means potential break changes
2-
32
# current
3+
4+
# 7.2
45
- #4177 #4180 support `[@@@bs.config {flags = [| ".." |] }]` per file level to allow file level special flags
56
- #4158 #4157 #4166 #4168 loading stdlib from memory, no postinstall needed
67
- #4152 support copyright style comments preserved in JS

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 = "7.2.0-dev.4"
25+
let version = "7.3.0-dev.1"
2626
let header =
2727
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"

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 = "7.2.0-dev.4"
58+
let version = "7.3.0-dev.1"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/unstable/bsb_native.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 = "7.2.0-dev.4"
58+
let version = "7.3.0-dev.1"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314842,7 +314842,7 @@ end = struct
314842314842
* You should have received a copy of the GNU Lesser General Public License
314843314843
* along with this program; if not, write to the Free Software
314844314844
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
314845-
let version = "7.2.0-dev.4"
314845+
let version = "7.3.0-dev.1"
314846314846
let header =
314847314847
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
314848314848
let package_name = "bs-platform"

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314842,7 +314842,7 @@ end = struct
314842314842
* You should have received a copy of the GNU Lesser General Public License
314843314843
* along with this program; if not, write to the Free Software
314844314844
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
314845-
let version = "7.2.0-dev.4"
314845+
let version = "7.3.0-dev.1"
314846314846
let header =
314847314847
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
314848314848
let package_name = "bs-platform"

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304049,7 +304049,7 @@ end = struct
304049304049
* You should have received a copy of the GNU Lesser General Public License
304050304050
* along with this program; if not, write to the Free Software
304051304051
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304052-
let version = "7.2.0-dev.4"
304052+
let version = "7.3.0-dev.1"
304053304053
let header =
304054304054
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
304055304055
let package_name = "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postinstall": "node scripts/install.js"
1717
},
1818
"name": "bs-platform",
19-
"version": "7.2.0-dev.4",
19+
"version": "7.3.0-dev.1",
2020
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)