Skip to content

Commit

Permalink
Update version to 2.7.1-cvs5
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Mar 29, 2017
1 parent 14411e1 commit bc913a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OASISFormat: 0.4
OCamlVersion: >= 3.08.0
Name: ocamlfuse
Version: 2.7.1-cvs4
Version: 2.7.1-cvs5
Authors: Vincenzo Ciancia
Maintainers: Alessandro Strada <[email protected]>
License: GPL
Expand Down
24 changes: 13 additions & 11 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(* setup.ml generated for the first time by OASIS v0.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: e880ecdd6f55bfac9313080f782ed82b) *)
(* DO NOT EDIT (digest: ed37bb1a0a773d0893853509fd8a5af9) *)
(*
Regenerated by OASIS v0.4.7
Regenerated by OASIS v0.4.8
Visit http://oasis.forge.ocamlcore.org for more information and
documentation about functions used in this file.
*)
Expand Down Expand Up @@ -658,6 +658,7 @@ module OASISContext = struct
ignore_unknown_fields: bool;
printf: level -> string -> unit;
srcfs: source OASISFileSystem.fs;
load_oasis_plugin: string -> bool;
}


Expand All @@ -682,6 +683,7 @@ module OASISContext = struct
ignore_unknown_fields = false;
printf = printf;
srcfs = new OASISFileSystem.host_fs(Sys.getcwd ());
load_oasis_plugin = (fun _ -> false);
}


Expand Down Expand Up @@ -3160,7 +3162,7 @@ module OASISFileUtil = struct
end


# 3163 "setup.ml"
# 3165 "setup.ml"
module BaseEnvLight = struct
(* # 22 "src/base/BaseEnvLight.ml" *)

Expand Down Expand Up @@ -3240,7 +3242,7 @@ module BaseEnvLight = struct
end


# 3243 "setup.ml"
# 3245 "setup.ml"
module BaseContext = struct
(* # 22 "src/base/BaseContext.ml" *)

Expand Down Expand Up @@ -5663,7 +5665,7 @@ module BaseCompat = struct
end


# 5666 "setup.ml"
# 5668 "setup.ml"
module InternalConfigurePlugin = struct
(* # 22 "src/plugins/internal/InternalConfigurePlugin.ml" *)

Expand Down Expand Up @@ -6469,7 +6471,7 @@ module InternalInstallPlugin = struct
end


# 6472 "setup.ml"
# 6474 "setup.ml"
module CustomPlugin = struct
(* # 22 "src/plugins/custom/CustomPlugin.ml" *)

Expand Down Expand Up @@ -6601,7 +6603,7 @@ module CustomPlugin = struct
end


# 6604 "setup.ml"
# 6606 "setup.ml"
open OASISTypes;;

let setup_t =
Expand Down Expand Up @@ -6704,7 +6706,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "3.08.0");
version = "2.7.1-cvs4";
version = "2.7.1-cvs5";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6940,16 +6942,16 @@ let setup_t =
plugin_data = []
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.7";
oasis_digest = Some "xF\130\1391\016\253k\254m\216\1520\237b}";
oasis_version = "0.4.8";
oasis_digest = Some "\211\246NG\181\016{>[2\153\169:u\014\172";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 6953 "setup.ml"
# 6955 "setup.ml"
let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
open BaseCompat.Compat_0_4
(* OASIS_STOP *)
Expand Down

0 comments on commit bc913a5

Please sign in to comment.