Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Fix OASIS version
Browse files Browse the repository at this point in the history
  • Loading branch information
nojb committed Apr 19, 2014
1 parent f2b6f3f commit 6f42498
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: bt
Version: 0.1
Version: 0.1.2
Synopsis: BitTorrent library and client using Lwt
Authors: Nicolas Ojeda Bar <[email protected]>
License: MIT
Expand Down
4 changes: 2 additions & 2 deletions bt/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: e5cd70a8483351f51b426e59f70502e5)
version = "0.1"
# DO NOT EDIT (digest: ef982b72feb9edbef4ffe3fabf33314d)
version = "0.1.2"
description = "BitTorrent library and client using Lwt"
requires =
"lwt uri cohttp cohttp.lwt lwt.unix cryptokit zarith qcheck bitstring bitstring.syntax"
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.4.2 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: c4b0c371a75383e51e085c0b34a9df08) *)
(* DO NOT EDIT (digest: 2ffb6a0a436ac81ed1e517af47bd804c) *)
(*
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 = "bt";
version = "0.1";
version = "0.1.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6789,7 +6789,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest = Some "M\127ø\031\145J\007±ÖC\155\\}g$x";
oasis_digest = Some "\1333vø[`Þ\025\150/'öKd&\132";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 6f42498

Please sign in to comment.