Skip to content

Commit 59272d7

Browse files
committed
Updated distribution files
1 parent 967198e commit 59272d7

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-01-29: Fixed a build problem due to Oasis/ocamlbuild inconsistency.
2+
3+
Thanks to Leonid Rozenberg <[email protected]> for this patch!
4+
15
2014-10-08: Fixed a callback locking bug when encountering rows containing
26
unexpected NULLs.
37

_oasis

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: sqlite3
3-
Version: 2.0.7
3+
Version: 2.0.8
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,
@@ -12,7 +12,7 @@ Description: sqlite3-ocaml is an OCaml library with bindings to the
1212
Authors: Markus Mottl <[email protected]>,
1313
Christian Szegedy <[email protected]>
1414
Copyrights: (C) 2007-2010 Jane Street Holding LLC <[email protected]>,
15-
(C) 2010-2012 Markus Mottl <[email protected]>,
15+
(C) 2010-2015 Markus Mottl <[email protected]>,
1616
(C) 2005-2012 Christian Szegedy <[email protected]>
1717
Maintainers: Markus Mottl <[email protected]>,
1818
Christian Szegedy <[email protected]>

lib/META

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

setup.ml

+4-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: 0a840a78a706a4603a6a1e284459d85f) *)
4+
(* DO NOT EDIT (digest: d72ad52c970b501a8decfd221dc8edff) *)
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.7";
6960+
version = "2.0.8";
69616961
license =
69626962
OASISLicense.DEP5License
69636963
(OASISLicense.DEP5Unit
@@ -6970,7 +6970,7 @@ let setup_t =
69706970
copyrights =
69716971
[
69726972
"(C) 2007-2010 Jane Street Holding LLC <[email protected]>";
6973-
"(C) 2010-2012 Markus Mottl <[email protected]>";
6973+
"(C) 2010-2015 Markus Mottl <[email protected]>";
69746974
"(C) 2005-2012 Christian Szegedy <[email protected]>"
69756975
];
69766976
maintainers =
@@ -7430,7 +7430,7 @@ let setup_t =
74307430
};
74317431
oasis_fn = Some "_oasis";
74327432
oasis_version = "0.4.5";
7433-
oasis_digest = Some " 3\152\138v@%¿­q.\141G\020\144[";
7433+
oasis_digest = Some "×X\012$oƺ;îÙ¯ÞAñ¡y";
74347434
oasis_exec = None;
74357435
oasis_setup_args = [];
74367436
setup_update = false

0 commit comments

Comments
 (0)