Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed May 23, 2014
1 parent 24233c5 commit f4510ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: ox
Version: 1.0.1
Version: 1.1.0
Synopsis: A platform for writing OpenFlow controllers
Authors: Nate Foster, Arjun Guha, Mark Reitblatt, and Cole Schlesinger
License: LGPL
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 0564d58cd4aa234624832ee63f51d1fd)
version = "1.0.1"
# DO NOT EDIT (digest: b0470d278f1abb5dd59c632ea0dbde79)
version = "1.1.0"
description = "A platform for writing OpenFlow controllers"
requires = "core async cstruct packet openflow openflow.async threads"
archive(byte) = "ox.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.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: c3ffc5b49757e87b8d933b3885720341) *)
(* DO NOT EDIT (digest: da93d36ab766fe9d569ef4a8d709d6d8) *)
(*
Regenerated by OASIS v0.4.1
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6552,7 +6552,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "ox";
version = "1.0.1";
version = "1.1.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6691,7 +6691,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.1";
oasis_digest = Some "\174\026\186\135\1991\016\221o\151;A\2397\030\204";
oasis_digest = Some "\208:)\183\240\231\222\145V\215\134\230R\147\180\t";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit f4510ad

Please sign in to comment.