Skip to content

Commit 016bc02

Browse files
committed
Updated distribution files
1 parent e8399bd commit 016bc02

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: sqlite3
3-
Version: 2.0.8
3+
Version: 2.0.9
44
Synopsis: sqlite3-ocaml - SQLite3 bindings
55
Description: sqlite3-ocaml is an OCaml library with bindings to the
66
SQLite3 client API. Sqlite3 is a self-contained, serverless,

lib/META

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 8305eccf9d25fc8cbe922719f09082c2)
3-
version = "2.0.8"
2+
# DO NOT EDIT (digest: f2411e0a0d6c8bb3fee87a6bf3f386db)
3+
version = "2.0.9"
44
description = "sqlite3-ocaml - SQLite3 bindings"
55
archive(byte) = "sqlite3.cma"
66
archive(byte, plugin) = "sqlite3.cma"

setup.ml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: d72ad52c970b501a8decfd221dc8edff) *)
4+
(* DO NOT EDIT (digest: 3743f09fc72577ad3af91b1ab47847de) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6957,7 +6957,7 @@ let setup_t =
69576957
alpha_features = [];
69586958
beta_features = [];
69596959
name = "sqlite3";
6960-
version = "2.0.8";
6960+
version = "2.0.9";
69616961
license =
69626962
OASISLicense.DEP5License
69636963
(OASISLicense.DEP5Unit
@@ -7430,7 +7430,7 @@ let setup_t =
74307430
};
74317431
oasis_fn = Some "_oasis";
74327432
oasis_version = "0.4.5";
7433-
oasis_digest = Some "×X\012$oƺ;îÙ¯ÞAñ¡y";
7433+
oasis_digest = Some "\144 ¥N\011\016òíBEêµãé";
74347434
oasis_exec = None;
74357435
oasis_setup_args = [];
74367436
setup_update = false

0 commit comments

Comments
 (0)