Skip to content

Commit

Permalink
Update version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Dec 8, 2016
1 parent 36f9e5a commit 3e76fd6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion _oasis
@@ -1,7 +1,7 @@
OASISFormat: 0.4
OCamlVersion: >= 3.12.0
Name: google-drive-ocamlfuse
Version: 0.6.3
Version: 0.6.4
LicenseFile: LICENSE
License: MIT
BuildType: ocamlbuild (0.3)
Expand Down
9 changes: 6 additions & 3 deletions myocamlbuild.ml
@@ -1,5 +1,5 @@
(* OASIS_START *)
(* DO NOT EDIT (digest: 2718b012d34d5792c9aa5817940dbcec) *)
(* DO NOT EDIT (digest: 03728bd250858556e8c4429429291e7f) *)
module OASISGettext = struct
(* # 22 "src/oasis/OASISGettext.ml" *)

Expand Down Expand Up @@ -746,6 +746,9 @@ module MyOCamlbuildBase = struct
(* # 110 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)


let env_filename = Pathname.basename BaseEnvLight.default_filename


let dispatch_combine lst =
fun e ->
List.iter
Expand Down Expand Up @@ -878,7 +881,7 @@ module MyOCamlbuildBase = struct
end


# 881 "myocamlbuild.ml"
# 884 "myocamlbuild.ml"
open Ocamlbuild_plugin;;
let package_default =
{MyOCamlbuildBase.lib_ocaml = []; lib_c = []; flags = []; includes = []}
Expand All @@ -888,6 +891,6 @@ let conf = {MyOCamlbuildFindlib.no_automatic_syntax = false}

let dispatch_default = MyOCamlbuildBase.dispatch_default conf package_default;;

# 892 "myocamlbuild.ml"
# 895 "myocamlbuild.ml"
(* OASIS_STOP *)
Ocamlbuild_plugin.dispatch dispatch_default;;
26 changes: 14 additions & 12 deletions setup.ml
@@ -1,9 +1,9 @@
(* setup.ml generated for the first time by OASIS v0.2.1~alpha1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 39df993ffb5f9109b6a07f4b3a554031) *)
(* DO NOT EDIT (digest: 5de80bd5e3f7ca0c276ad81e0f23782d) *)
(*
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 OCamlbuildCommon = struct
(* # 22 "src/plugins/ocamlbuild/OCamlbuildCommon.ml" *)

Expand Down Expand Up @@ -6842,7 +6844,7 @@ module OCamlbuildDocPlugin = struct
end


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

Expand Down Expand Up @@ -6974,7 +6976,7 @@ module CustomPlugin = struct
end


# 6977 "setup.ml"
# 6979 "setup.ml"
open OASISTypes;;

let setup_t =
Expand Down Expand Up @@ -7025,7 +7027,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "3.12.0");
version = "0.6.3";
version = "0.6.4";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7433,16 +7435,16 @@ let setup_t =
plugin_data = []
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.7";
oasis_digest = Some "\026]\251}\218\166/\164\236\176\017T>V\192\139";
oasis_version = "0.4.8";
oasis_digest = Some "V\143~\184\173\130J'\189g3\019\194\215\024\220";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 7446 "setup.ml"
# 7448 "setup.ml"
let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
open BaseCompat.Compat_0_4
(* OASIS_STOP *)
Expand Down
2 changes: 1 addition & 1 deletion src/config.ml
Expand Up @@ -2,7 +2,7 @@ open GapiUtils.Infix
open GapiLens.Infix

let application_name = "google-drive-ocamlfuse"
let version = "0.6.3"
let version = "0.6.4"

type t = {
(* Debug mode *)
Expand Down

0 comments on commit 3e76fd6

Please sign in to comment.