Skip to content

Commit

Permalink
Merge pull request #62 from yomimono/prepare-1.5
Browse files Browse the repository at this point in the history
prepare the 1.5.0 release
  • Loading branch information
yomimono committed Jan 24, 2017
2 parents 8249258 + e202726 commit 81af45c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: mirage-block-xen
Version: 1.4.0
Version: 1.5.0
Synopsis: Xen block frontend and backend driver implementation
Authors: Jonathan Ludlam, Anil Madhavapeddy, David Scott
License: ISC
Expand Down
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 22b9e15a83be3a3005c228845e5089f8)
version = "1.4.0"
# DO NOT EDIT (digest: 267b6498d742e0e8456926142eecbbf0)
version = "1.5.0"
description = "Xen block frontend and backend driver implementation"
requires = "cstruct cstruct.ppx"
archive(byte) = "mirage_block_xen.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "mirage_block_xen.cmxa"
archive(native, plugin) = "mirage_block_xen.cmxs"
exists_if = "mirage_block_xen.cma"
package "front" (
version = "1.4.0"
version = "1.5.0"
description = "Xen block frontend and backend driver implementation"
requires =
"logs stringext lwt cstruct cstruct.ppx mirage-block-lwt io-page shared-memory-ring shared-memory-ring.lwt mirage-block-xen xen-evtchn xen-gnt mirage-xen"
Expand All @@ -21,7 +21,7 @@ package "front" (
)

package "back" (
version = "1.4.0"
version = "1.5.0"
description = "Xen block frontend and backend driver implementation"
requires =
"logs lwt cstruct cstruct.ppx io-page shared-memory-ring shared-memory-ring.lwt mirage-block-xen xen-evtchn xen-gnt xenstore mirage-block-lwt rresult"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.3.1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 148190ea57043b667d8b2beb99dcc726) *)
(* DO NOT EDIT (digest: 68d7cabfeda1af340084b4f341f1deeb) *)
(*
Regenerated by OASIS v0.4.8
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6865,7 +6865,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = None;
version = "1.4.0";
version = "1.5.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7398,7 +7398,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.8";
oasis_digest = Some "?\160\011\020o\206p\t=k\137\221\214\217\151\b";
oasis_digest = Some "\2326PiWQ\255J\127\131\000mL\134PY";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 81af45c

Please sign in to comment.