Skip to content

Commit 961fd2d

Browse files
committed
Merge pull request #39 from djs55/release.0.3
Release.0.3
2 parents a7bd8a5 + e3c452f commit 961fd2d

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

ocaml/_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: xapi-storage
3-
Version: 0.1.0
3+
Version: 0.3.0
44
Synopsis: Xapi storage interfaces
55
Authors: David Scott
66
License: LGPL-2.0 with OCaml linking exception

ocaml/lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 1299361dd737d0a3caa8fab53da99d83)
3-
version = "0.1.0"
2+
# DO NOT EDIT (digest: 5831ccc94f6e9f1cd088949366b587af)
3+
version = "0.3.0"
44
description = "Xapi storage interfaces"
55
requires = "rpclib cmdliner re.str"
66
archive(byte) = "storage.cma"

ocaml/setup.ml

Lines changed: 3 additions & 3 deletions
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: ce0e8bfb8d5a00f718bbde2452fb0c8a) *)
4+
(* DO NOT EDIT (digest: 51b0a1f7d5ba9693e46ed781295cf8de) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6673,7 +6673,7 @@ let setup_t =
66736673
alpha_features = [];
66746674
beta_features = [];
66756675
name = "xapi-storage";
6676-
version = "0.1.0";
6676+
version = "0.3.0";
66776677
license =
66786678
OASISLicense.DEP5License
66796679
(OASISLicense.DEP5Unit
@@ -6777,7 +6777,7 @@ let setup_t =
67776777
};
67786778
oasis_fn = Some "_oasis";
67796779
oasis_version = "0.4.5";
6780-
oasis_digest = Some "\244s\151v\004nD\014\133\n|\229\224J\011\225";
6780+
oasis_digest = Some "u\022C\022\021==\t\161.\n\185\218\170A\003";
67816781
oasis_exec = None;
67826782
oasis_setup_args = [];
67836783
setup_update = false

opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ build: [
44
[make]
55
[make "install" "PREFIX=%{prefix}%"]
66
]
7-
remove: ["make" "uninstall"]
7+
remove: [
8+
["make" "uninstall" "PREFIX=%{prefix}%"]
9+
]
810
depends: [
911
"cow"
1012
"rpc"

0 commit comments

Comments
 (0)