Skip to content

Commit

Permalink
Version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Mar 24, 2022
1 parent a80dddd commit 1c08f83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: mariadb
Version: 1.1.4
Version: 1.1.5
Synopsis: OCaml bindings for MariaDB
Authors: Andre Nathan
License: MIT
Expand Down
4 changes: 2 additions & 2 deletions bindings/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: aee4ddc5b04e0c8fd8e0eab291d63090)
version = "1.1.4"
# DO NOT EDIT (digest: c476324b2b5d4875e66de3a5331d5e80)
version = "1.1.5"
description = "OCaml bindings for MariaDB"
requires = "ctypes.stubs"
archive(byte) = "mariadb_bindings.cma"
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 091a0150623bda01ff1d73cb4c5f4dfd)
version = "1.1.4"
# DO NOT EDIT (digest: 340cefb93996e78ff42e1026604a2787)
version = "1.1.5"
description = "OCaml bindings for MariaDB"
requires = "mariadb_bindings unix"
archive(byte) = "mariadb.cma"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.6 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 3dff82725d26bf886fbb0a04a2eef72b) *)
(* DO NOT EDIT (digest: be16690c5c38a59aeb4f30fbc828e075) *)
(*
Regenerated by OASIS v0.4.11
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6895,7 +6895,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "4.03.0");
version = "1.1.4";
version = "1.1.5";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -8791,7 +8791,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.11";
oasis_digest = Some "}\236f\167\1548C.\226\231v~\247w\006H";
oasis_digest = Some "I\1984\2270_jSf\197Y\nE\240\186\198";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 1c08f83

Please sign in to comment.