Skip to content

Commit 7edebc7

Browse files
committed
Bumped version
1 parent e8632e1 commit 7edebc7

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGES.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2014-07-04: Moved to GitHub.
2+
13
2012-12-02: Added new functions
24

35
* sleep

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: sqlite3-ocaml
3-
Version: 2.0.5
3+
Version: 2.0.6
44
Synopsis: sqlite3-ocaml - bindings to the SQLite3 library
55
Description: sqlite3-ocaml offers library functions for accessing SQLite3 database
66
Authors: Markus Mottl <[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: 0a629b7ee471c32d3048c0a6e8d3c583)
3-
version = "2.0.5"
2+
# DO NOT EDIT (digest: 91bf960d40cdc4d8df18168f72c983d7)
3+
version = "2.0.6"
44
description = "sqlite3-ocaml - bindings to the SQLite3 library"
55
archive(byte) = "sqlite3.cma"
66
archive(byte, plugin) = "sqlite3.cma"

lib/sqlite3.mldylib

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# OASIS_START
2+
# DO NOT EDIT (digest: c2117dbb22b44d2701e6e7ccdcd8b97b)
13
Sqlite3
4+
# OASIS_STOP

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: f167917720cc5f51db59c6d9927623e4) *)
4+
(* DO NOT EDIT (digest: c129ace000ccbfdfd508940222dcff04) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6922,7 +6922,7 @@ let setup_t =
69226922
alpha_features = [];
69236923
beta_features = [];
69246924
name = "sqlite3-ocaml";
6925-
version = "2.0.5";
6925+
version = "2.0.6";
69266926
license =
69276927
OASISLicense.DEP5License
69286928
(OASISLicense.DEP5Unit
@@ -7395,7 +7395,7 @@ let setup_t =
73957395
};
73967396
oasis_fn = Some "_oasis";
73977397
oasis_version = "0.4.4";
7398-
oasis_digest = Some "\023³/Í\028\143IW~-^*\147\019à¶";
7398+
oasis_digest = Some "\154\148\153\130¹9kÄÏä\157-ï]0Ñ";
73997399
oasis_exec = None;
74007400
oasis_setup_args = [];
74017401
setup_update = false

0 commit comments

Comments
 (0)