Skip to content

Commit 6521968

Browse files
committed
Version 1.1.6
1 parent a824bf1 commit 6521968

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: mariadb
3-
Version: 1.1.5
3+
Version: 1.1.6
44
Synopsis: OCaml bindings for MariaDB
55
Authors: Andre Nathan
66
License: MIT

bindings/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: c476324b2b5d4875e66de3a5331d5e80)
3-
version = "1.1.5"
2+
# DO NOT EDIT (digest: b1c8f540e34aa763d77aa317840bf85d)
3+
version = "1.1.6"
44
description = "OCaml bindings for MariaDB"
55
requires = "ctypes.stubs"
66
archive(byte) = "mariadb_bindings.cma"

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 340cefb93996e78ff42e1026604a2787)
3-
version = "1.1.5"
2+
# DO NOT EDIT (digest: ecbc277445267998d1b853a7ccce9709)
3+
version = "1.1.6"
44
description = "OCaml bindings for MariaDB"
55
requires = "mariadb_bindings unix"
66
archive(byte) = "mariadb.cma"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.6 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: be16690c5c38a59aeb4f30fbc828e075) *)
4+
(* DO NOT EDIT (digest: 356ce038ca5fafb6373fb62a81ec27da) *)
55
(*
66
Regenerated by OASIS v0.4.11
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6895,7 +6895,7 @@ let setup_t =
68956895
{
68966896
oasis_version = "0.4";
68976897
ocaml_version = Some (OASISVersion.VGreaterEqual "4.03.0");
6898-
version = "1.1.5";
6898+
version = "1.1.6";
68996899
license =
69006900
OASISLicense.DEP5License
69016901
(OASISLicense.DEP5Unit
@@ -8791,7 +8791,7 @@ let setup_t =
87918791
};
87928792
oasis_fn = Some "_oasis";
87938793
oasis_version = "0.4.11";
8794-
oasis_digest = Some "I\1984\2270_jSf\197Y\nE\240\186\198";
8794+
oasis_digest = Some "\000YVj\173\139\003dq\148\197\224 (u\017";
87958795
oasis_exec = None;
87968796
oasis_setup_args = [];
87978797
setup_update = false

0 commit comments

Comments
 (0)