Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Aug 27, 2014
1 parent 48f36f7 commit 4ebd865
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OASISFormat: 0.3
OCamlVersion: >= 4.01.0
Name: openflow
Version: 0.6.1
Version: 0.6.2
Synopsis: Serialization library for OpenFlow
Authors: https://github.com/frenetic-lang/ocaml-openflow/contributors
License: LGPL
Expand Down
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: c9c62d84c52a3f79d485a5361a7539b2)
version = "0.6.1"
# DO NOT EDIT (digest: 03c6aa4eb5311c099a1fb8ca2157a81f)
version = "0.6.2"
description = "Serialization library for OpenFlow"
requires =
"str cstruct cstruct.syntax packet core sexplib.syntax sexplib threads"
Expand All @@ -10,7 +10,7 @@ archive(native) = "openflow.cmxa"
archive(native, plugin) = "openflow.cmxs"
exists_if = "openflow.cma"
package "quickcheck" (
version = "0.6.1"
version = "0.6.2"
description = "Serialization library for OpenFlow"
requires = "quickcheck openflow packet.quickcheck"
archive(byte) = "quickcheck.cma"
Expand All @@ -21,7 +21,7 @@ package "quickcheck" (
)

package "async" (
version = "0.6.1"
version = "0.6.2"
description = "Serialization library for OpenFlow"
requires = "async openflow cstruct.async threads sexplib.syntax sexplib"
archive(byte) = "async.cma"
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.4 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: f306a12c757f1028abb1505409624ad4) *)
(* DO NOT EDIT (digest: c5500ae2b7bd9c1d63f3645f22fb3c39) *)
(*
Regenerated by OASIS v0.4.4
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6825,7 +6825,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "openflow";
version = "0.6.1";
version = "0.6.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7255,7 +7255,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest = Some "\253\\M\020\141\217\158\t7\167T|WQ\252\158";
oasis_digest = Some "^2\190\030\242\233\249[]\22028Q#i\140";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 4ebd865

Please sign in to comment.