Skip to content

Commit

Permalink
Merge pull request #49 from frenetic-lang/version-bump
Browse files Browse the repository at this point in the history
Bumped version to 0.2
  • Loading branch information
seliopou committed Aug 6, 2014
2 parents b48c78c + 5123972 commit 29e6aad
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 65 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: topology
Version: 0.1.0
Version: 0.2.0
Synopsis: Network topologies
Authors: https://github.com/frenetic-lang/ocaml-topology/contributors
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: c4387e7f4de83c8f836dbc85f873334f)
version = "0.1.0"
# DO NOT EDIT (digest: 0b61c7c9cd0d0e078d83b69602f601f2)
version = "0.2.0"
description = "Network topologies"
requires = "packet ocamlgraph threads"
archive(byte) = "topology.cma"
Expand Down
20 changes: 10 additions & 10 deletions myocamlbuild.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(* OASIS_START *)
(* DO NOT EDIT (digest: d6ac6aed82105e232f7c74a98f8e8d9f) *)
(* DO NOT EDIT (digest: 4c1a5afa67d8e97f285ce35b73d843c7) *)
module OASISGettext = struct
(* # 22 "src/oasis/OASISGettext.ml" *)

Expand Down Expand Up @@ -39,10 +39,10 @@ module OASISExpr = struct
open OASISGettext


type test = string
type test = string


type flag = string
type flag = string


type t =
Expand All @@ -52,10 +52,10 @@ module OASISExpr = struct
| EOr of t * t
| EFlag of flag
| ETest of test * string



type 'a choices = (t * 'a) list

type 'a choices = (t * 'a) list


let eval var_get t =
Expand Down Expand Up @@ -430,10 +430,10 @@ module MyOCamlbuildBase = struct
module OC = Ocamlbuild_pack.Ocaml_compiler


type dir = string
type file = string
type name = string
type tag = string
type dir = string
type file = string
type name = string
type tag = string


(* # 62 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
Expand All @@ -448,7 +448,7 @@ module MyOCamlbuildBase = struct
* directory.
*)
includes: (dir * dir list) list;
}
}


let env_filename =
Expand Down
Loading

0 comments on commit 29e6aad

Please sign in to comment.