Skip to content

Commit

Permalink
Merge pull request #12 from jonludlam/master
Browse files Browse the repository at this point in the history
Release 0.7.5
  • Loading branch information
Jon Ludlam committed Jun 3, 2014
2 parents 1fd7fdd + fd20140 commit d9b2dbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.7.5 (2014-06-03)
* Upgrade to cohttp 0.11.2
* Fix incorrect handling of tar file prefixes

0.7.3 (2014-04-04)
* sparse_dd: Fix references to Vhd_lwt.File.use_unbuffered

Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: vhd-tool
Version: 0.7.0
Version: 0.7.5
Synopsis: .vhd file manipulation
Authors: Jonathan Ludlam and David Scott
License: LGPL-2.1 with OCaml linking exception
Expand Down
9 changes: 4 additions & 5 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.4.1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 94f29622fb27914dbdd7489fee0643d6) *)
(* DO NOT EDIT (digest: 9e462b3c422d70e4672d6bfe5f01bc26) *)
(*
Regenerated by OASIS v0.4.4
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6638,7 +6638,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "vhd-tool";
version = "0.7.0";
version = "0.7.5";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6801,15 +6801,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest =
Some "\2282\183\156(+\225\139\231\199\242%\216\174\000\128";
oasis_digest = Some "F|\246\141\222\2228'\234\132(<\252\136z\238";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 6814 "setup.ml"
# 6813 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit d9b2dbc

Please sign in to comment.