Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Jul 11, 2014
1 parent 0b8d3ce commit 0a0397f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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: packet
Version: 0.3.0
Version: 0.3.1
Synopsis: Serialization for some common network packets, including
ethernet frames, IP, TCP, and ARP.
Authors: https://github.com/frenetic-lang/ocaml-packet/contributors
Expand Down
6 changes: 3 additions & 3 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: c8676216e1e3826c9bcde71bc3aab806)
version = "0.3.0"
# DO NOT EDIT (digest: 2f28ec9e018e27e489d9f112f7fc9806)
version = "0.3.1"
description =
"Serialization for some common network packets, including ethernet frames, IP, TCP, and ARP."
requires = "str cstruct cstruct.syntax sexplib sexplib.syntax"
Expand All @@ -10,7 +10,7 @@ archive(native) = "packet.cmxa"
archive(native, plugin) = "packet.cmxs"
exists_if = "packet.cma"
package "quickcheck" (
version = "0.3.0"
version = "0.3.1"
description =
"Serialization for some common network packets, including ethernet frames, IP, TCP, and ARP."
requires = "packet quickcheck"
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.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 7c9f1310338d6bd789fe4935d748645a) *)
(* DO NOT EDIT (digest: 543225b9d63b53430ffaf74619de73d7) *)
(*
Regenerated by OASIS v0.4.4
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6835,7 +6835,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "packet";
version = "0.3.0";
version = "0.3.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7091,7 +7091,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest = Some "\216\170w_9`\002[yJ\134Ic\016\031!";
oasis_digest = Some "B\153\t\166zI\174\0188<-i\016\231/p";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 0a0397f

Please sign in to comment.