Skip to content

Commit 90946d0

Browse files
committed
v0.2.1-rc: bump version number to 0.2.1
1 parent d2da9ae commit 90946d0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: packet
3-
Version: 0.2.0
3+
Version: 0.2.1
44
Synopsis: Serialization for some common network packets, including
55
ethernet frames, IP, TCP, and ARP.
66
Authors: https://github.com/frenetic-lang/ocaml-packet/contributors

lib/META

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 48683c18345037f73806851d2ec27386)
3-
version = "0.2.0"
2+
# DO NOT EDIT (digest: e11d8d1a4f860583d2201977fec001a4)
3+
version = "0.2.1"
44
description =
55
"Serialization for some common network packets, including ethernet frames, IP, TCP, and ARP."
66
requires = "str cstruct cstruct.syntax"
@@ -10,7 +10,7 @@ archive(native) = "packet.cmxa"
1010
archive(native, plugin) = "packet.cmxs"
1111
exists_if = "packet.cma"
1212
package "quickcheck" (
13-
version = "0.2.0"
13+
version = "0.2.1"
1414
description =
1515
"Serialization for some common network packets, including ethernet frames, IP, TCP, and ARP."
1616
requires = "packet quickcheck"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 853bd6e6a32f8a562a9bae127daa55f9) *)
4+
(* DO NOT EDIT (digest: 3daa6b2eb51a4ad4a3c363d15e290382) *)
55
(*
66
Regenerated by OASIS v0.4.1
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6739,7 +6739,7 @@ let setup_t =
67396739
alpha_features = [];
67406740
beta_features = [];
67416741
name = "packet";
6742-
version = "0.2.0";
6742+
version = "0.2.1";
67436743
license =
67446744
OASISLicense.DEP5License
67456745
(OASISLicense.DEP5Unit
@@ -6999,7 +6999,7 @@ let setup_t =
69996999
};
70007000
oasis_fn = Some "_oasis";
70017001
oasis_version = "0.4.1";
7002-
oasis_digest = Some "\222\204`\179\222`\136\003%s9\235\184R\030\217";
7002+
oasis_digest = Some "\246\148\213{d\144\203\0220\1813c\017\138\142V";
70037003
oasis_exec = None;
70047004
oasis_setup_args = [];
70057005
setup_update = false

0 commit comments

Comments
 (0)