Skip to content

Commit 9a2f937

Browse files
committed
Updated distribution files
1 parent a8b99ed commit 9a2f937

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

CHANGES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-10-07: Some portability improvements and Travis integration
2+
3+
Thanks to Leonid Rozenberg <[email protected]> for his Travis work!
4+
15
2016-06-14: Changed default configuration setting for loadable extensions
26
on Mac OS X. Due to frequent installation issues the default
37
setting is now to turn off loadable extensions on that platform.

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: sqlite3
3-
Version: 4.0.5
3+
Version: 4.0.6
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,

opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "sqlite3"
3-
version: "4.0.5"
3+
version: "4.0.6"
44
maintainer: "Markus Mottl <[email protected]>"
55
authors: [ "Markus Mottl <[email protected]>"
66
"Christian Szegedy <[email protected]>" ]

setup.ml

+5-4
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: e7ceb8cf1548e386c7250b2fbc5f7891) *)
4+
(* DO NOT EDIT (digest: 48ccb78c8764291f7b4cd3ecafbbf1cd) *)
55
(*
66
Regenerated by OASIS v0.4.6
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7004,7 +7004,7 @@ let setup_t =
70047004
alpha_features = [];
70057005
beta_features = [];
70067006
name = "sqlite3";
7007-
version = "4.0.5";
7007+
version = "4.0.6";
70087008
license =
70097009
OASISLicense.DEP5License
70107010
(OASISLicense.DEP5Unit
@@ -7591,14 +7591,15 @@ let setup_t =
75917591
};
75927592
oasis_fn = Some "_oasis";
75937593
oasis_version = "0.4.6";
7594-
oasis_digest = Some "\192S\r\243\174\254\155]\239>\t\198\232p-0";
7594+
oasis_digest =
7595+
Some "\211\176=\252\195j\217\206\246x\227\240\192\2057\170";
75957596
oasis_exec = None;
75967597
oasis_setup_args = [];
75977598
setup_update = false
75987599
};;
75997600

76007601
let setup () = BaseSetup.setup setup_t;;
76017602

7602-
# 7603 "setup.ml"
7603+
# 7604 "setup.ml"
76037604
(* OASIS_STOP *)
76047605
let () = setup ();;

src/META

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 27e63caeb52312bb42f7f0429c2aa1c1)
3-
version = "4.0.5"
2+
# DO NOT EDIT (digest: 6f305f62b17f229db08c33601f0c4db5)
3+
version = "4.0.6"
44
description = "sqlite3-ocaml - SQLite3 bindings"
55
archive(byte) = "sqlite3.cma"
66
archive(byte, plugin) = "sqlite3.cma"

0 commit comments

Comments
 (0)