Skip to content

Commit

Permalink
Bump version to 0.2.0 for release (fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Jan 8, 2014
1 parent 4c16f7e commit 81f491c
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.2.1
Version: 0.2.0
Synopsis: Serialization for some common network packets, including
ethernet frames, IP, TCP, and ARP.
Authors: Spiridon Eliopoulos, Andrew Ferguson, Nate Foster, Arjun Guha,
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: e11d8d1a4f860583d2201977fec001a4)
version = "0.2.1"
# DO NOT EDIT (digest: 48683c18345037f73806851d2ec27386)
version = "0.2.0"
description =
"Serialization for some common network packets, including ethernet frames, IP, TCP, and ARP."
requires = "str cstruct cstruct.syntax"
Expand All @@ -10,7 +10,7 @@ archive(native) = "packet.cmxa"
archive(native, plugin) = "packet.cmxs"
exists_if = "packet.cma"
package "quickcheck" (
version = "0.2.1"
version = "0.2.0"
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: 3daa6b2eb51a4ad4a3c363d15e290382) *)
(* DO NOT EDIT (digest: 853bd6e6a32f8a562a9bae127daa55f9) *)
(*
Regenerated by OASIS v0.4.1
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6739,7 +6739,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "packet";
version = "0.2.1";
version = "0.2.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6999,7 +6999,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.1";
oasis_digest = Some "\246\148\213{d\144\203\0220\1813c\017\138\142V";
oasis_digest = Some "\222\204`\179\222`\136\003%s9\235\184R\030\217";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 81f491c

Please sign in to comment.