Skip to content

Commit fb790c3

Browse files
committed
update versions
1 parent f199b6b commit fb790c3

File tree

9 files changed

+9
-9
lines changed

9 files changed

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

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

lib/4.02.3/bsdep.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 = "5.2.0-dev.2"
58+
let version = "5.2.0"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.02.3/bsppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16174,7 +16174,7 @@ end = struct
1617416174
* You should have received a copy of the GNU Lesser General Public License
1617516175
* along with this program; if not, write to the Free Software
1617616176
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
16177-
let version = "5.2.0-dev.2"
16177+
let version = "5.2.0"
1617816178
let header =
1617916179
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1618016180
let package_name = "bs-platform"

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

lib/4.02.3/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16081,7 +16081,7 @@ end = struct
1608116081
* You should have received a copy of the GNU Lesser General Public License
1608216082
* along with this program; if not, write to the Free Software
1608316083
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
16084-
let version = "5.2.0-dev.2"
16084+
let version = "5.2.0"
1608516085
let header =
1608616086
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1608716087
let package_name = "bs-platform"

lib/4.02.3/unstable/native_ppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15294,7 +15294,7 @@ end = struct
1529415294
* You should have received a copy of the GNU Lesser General Public License
1529515295
* along with this program; if not, write to the Free Software
1529615296
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
15297-
let version = "5.2.0-dev.2"
15297+
let version = "5.2.0"
1529815298
let header =
1529915299
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1530015300
let package_name = "bs-platform"

lib/4.02.3/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5280,7 +5280,7 @@ end = struct
52805280
* You should have received a copy of the GNU Lesser General Public License
52815281
* along with this program; if not, write to the Free Software
52825282
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
5283-
let version = "5.2.0-dev.2"
5283+
let version = "5.2.0"
52845284
let header =
52855285
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
52865286
let package_name = "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"postinstall": "node scripts/install.js"
3434
},
3535
"name": "bs-platform",
36-
"version": "5.2.0-dev.2",
36+
"version": "5.2.0",
3737
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)