From 551454bab8d5804c4e2ad3b6fd6b6f472bcead52 Mon Sep 17 00:00:00 2001 From: Alessandro Strada Date: Sun, 21 Sep 2014 23:00:53 +0200 Subject: [PATCH] Update version to 0.5.8 --- _oasis | 2 +- setup.ml | 6 +++--- src/config.ml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_oasis b/_oasis index 474577d..2d3ef6a 100644 --- a/_oasis +++ b/_oasis @@ -1,7 +1,7 @@ OASISFormat: 0.3 OCamlVersion: >= 3.12.0 Name: google-drive-ocamlfuse -Version: 0.5.7 +Version: 0.5.8 LicenseFile: LICENSE License: MIT BuildType: ocamlbuild (0.3) diff --git a/setup.ml b/setup.ml index 97c0bdb..4f6e9d3 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.2.1~alpha1 *) (* OASIS_START *) -(* DO NOT EDIT (digest: 19d70d1f85acddaa1abf33b6e738cca5) *) +(* DO NOT EDIT (digest: c1dfdef5bd0e3b1e131db0d2e605fb84) *) (* Regenerated by OASIS v0.4.4 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6638,7 +6638,7 @@ let setup_t = alpha_features = []; beta_features = []; name = "google-drive-ocamlfuse"; - version = "0.5.7"; + version = "0.5.8"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -6754,7 +6754,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.4"; - oasis_digest = Some "\131o\029\223p\224\172\254r\183\004\"f(9\167"; + oasis_digest = Some "\187\188\139\tqW\203\246\188\014;6\006Y\141x"; oasis_exec = None; oasis_setup_args = []; setup_update = false diff --git a/src/config.ml b/src/config.ml index 2de9fb1..27da090 100644 --- a/src/config.ml +++ b/src/config.ml @@ -2,7 +2,7 @@ open GapiUtils.Infix open GapiLens.Infix let application_name = "google-drive-ocamlfuse" -let version = "0.5.7" +let version = "0.5.8" module ConflictResolutionStrategy = struct