Skip to content

Commit 9a3ed8c

Browse files
committed
Bumped version
1 parent db64bbc commit 9a3ed8c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

_oasis

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
OASISFormat: 0.4
22
Name: postgresql-ocaml
3-
Version: 2.0.7
3+
Version: 2.0.8
44
Synopsis: postgresql-ocaml - bindings to the PostgreSQL library
55
Description: postgresql-ocaml offers library functions for accessing PostgreSQL databases
66
Authors: Alain Frisch <alain.frisch@lexifi.com>,
77
Markus Mottl <markus.mottl@gmail.com>
88
Copyrights: (C) 2001-2012 Alain Frisch <alain.frisch@lexifi.com>,
9-
(C) 2004-2012 Markus Mottl <markus.mottl@gmail.com>
9+
(C) 2004-2014 Markus Mottl <markus.mottl@gmail.com>
1010
Maintainers: Markus Mottl <markus.mottl@gmail.com>,
1111
Alain Frisch <alain.frisch@lexifi.com>
1212
LicenseFile: COPYING.txt

lib/META

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 13e6363a73a7b01be54f10b14d313f88)
3-
version = "2.0.7"
2+
# DO NOT EDIT (digest: e139182fd6e4aa84518579623a8e1a63)
3+
version = "2.0.8"
44
description = "postgresql-ocaml - bindings to the PostgreSQL library"
55
requires = "threads bigarray"
66
archive(byte) = "postgresql.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: aa122ef477f44c66f8a7e36890f9c528) *)
4+
(* DO NOT EDIT (digest: 13267de6681ad8b4c98ea29f3554e7bd) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6648,7 +6648,7 @@ let setup_t =
66486648
alpha_features = [];
66496649
beta_features = [];
66506650
name = "postgresql-ocaml";
6651-
version = "2.0.7";
6651+
version = "2.0.8";
66526652
license =
66536653
OASISLicense.DEP5License
66546654
(OASISLicense.DEP5Unit
@@ -6661,7 +6661,7 @@ let setup_t =
66616661
copyrights =
66626662
[
66636663
"(C) 2001-2012 Alain Frisch <alain.frisch@lexifi.com>";
6664-
"(C) 2004-2012 Markus Mottl <markus.mottl@gmail.com>"
6664+
"(C) 2004-2014 Markus Mottl <markus.mottl@gmail.com>"
66656665
];
66666666
maintainers =
66676667
[
@@ -7063,7 +7063,7 @@ let setup_t =
70637063
};
70647064
oasis_fn = Some "_oasis";
70657065
oasis_version = "0.4.4";
7066-
oasis_digest = Some "\207)\157;|\179\018\"\237OJ\209\030\208f\158";
7066+
oasis_digest = Some "\155\"_CÒæ\140e­ÀL\003Âç4\134";
70677067
oasis_exec = None;
70687068
oasis_setup_args = [];
70697069
setup_update = false

0 commit comments

Comments
 (0)