Skip to content

Commit 3501d90

Browse files
committed
v3.1.0
1 parent 4f3872b commit 3501d90

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OASISFormat: 0.3
22
OCamlVersion: >= 4.01.0
33
Name: frenetic
4-
Version: 3.0.0
4+
Version: 3.1.0
55
Synopsis: The Frenetic Compiler and Runtime System
66
Authors: https://github.com/frenetic-lang/frenetic/contributors
77
License: LGPL

lib/META

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 9b084d12ff0717b5e507aa310cda10e6)
3-
version = "3.0.0"
2+
# DO NOT EDIT (digest: d44bb7b8705722d14b22e2fbff77836f)
3+
version = "3.1.0"
44
description = "The Frenetic Compiler and Runtime System"
55
requires =
66
"core fieldslib fieldslib.syntax ocamlgraph openflow sexplib sexplib.syntax str threads"
@@ -10,7 +10,7 @@ archive(native) = "netkat.cmxa"
1010
archive(native, plugin) = "netkat.cmxs"
1111
exists_if = "netkat.cma"
1212
package "quickcheck" (
13-
version = "3.0.0"
13+
version = "3.1.0"
1414
description = "The Frenetic Compiler and Runtime System"
1515
requires = "netkat openflow.quickcheck packet.quickcheck quickcheck"
1616
archive(byte) = "quickcheck.cma"
@@ -21,7 +21,7 @@ package "quickcheck" (
2121
)
2222

2323
package "async" (
24-
version = "3.0.0"
24+
version = "3.1.0"
2525
description = "The Frenetic Compiler and Runtime System"
2626
requires =
2727
"async core cstruct cstruct.syntax netkat openflow openflow.async packet threads topology sexplib sexplib.syntax"

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.4.4 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 507193bc8ecf19244545ce951f375181) *)
4+
(* DO NOT EDIT (digest: 024d2d71b6460809226f437722b421aa) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6825,7 +6825,7 @@ let setup_t =
68256825
alpha_features = [];
68266826
beta_features = [];
68276827
name = "frenetic";
6828-
version = "3.0.0";
6828+
version = "3.1.0";
68296829
license =
68306830
OASISLicense.DEP5License
68316831
(OASISLicense.DEP5Unit
@@ -7229,7 +7229,7 @@ let setup_t =
72297229
};
72307230
oasis_fn = Some "_oasis";
72317231
oasis_version = "0.4.4";
7232-
oasis_digest = Some "*\177v\197\019}\175\1852\0026?\157\242\005\211";
7232+
oasis_digest = Some "/$\138\232CD!\028\2150t9\182\245\147%";
72337233
oasis_exec = None;
72347234
oasis_setup_args = [];
72357235
setup_update = false

0 commit comments

Comments
 (0)