From 935b02321de26092a32806a1b4aaf7d6b42fa4f5 Mon Sep 17 00:00:00 2001 From: Alessandro Strada Date: Mon, 7 Oct 2013 20:17:21 +0200 Subject: [PATCH] Update version to 0.4.6 --- _oasis | 2 +- setup.ml | 9 +++++---- src/config.ml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/_oasis b/_oasis index d2656fc..3640e93 100644 --- a/_oasis +++ b/_oasis @@ -1,7 +1,7 @@ OASISFormat: 0.3 OCamlVersion: >= 3.12.0 Name: google-drive-ocamlfuse -Version: 0.4.5 +Version: 0.4.6 LicenseFile: LICENSE License: MIT BuildType: ocamlbuild (0.3) diff --git a/setup.ml b/setup.ml index 3307792..95fee94 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: 050076c7a480099e5b0df738ef21f21d) *) +(* DO NOT EDIT (digest: 67399c80c4cb296e9e33111046c7cba2) *) (* Regenerated by OASIS v0.3.0 Visit http://oasis.forge.ocamlcore.org for more information and @@ -5578,7 +5578,7 @@ let setup_t = ocaml_version = Some (OASISVersion.VGreaterEqual "3.12.0"); findlib_version = None; name = "google-drive-ocamlfuse"; - version = "0.4.5"; + version = "0.4.6"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -5688,7 +5688,8 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.3.0"; - oasis_digest = Some "\025\171K\159aQ:\234\210\146\218\141'p\007\150"; + oasis_digest = + Some "\247\002\181\019#\201\183\201\174\146\234\223\196\242\128\210"; oasis_exec = None; oasis_setup_args = []; setup_update = false; @@ -5696,6 +5697,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 5700 "setup.ml" +# 5701 "setup.ml" (* OASIS_STOP *) let () = setup ();; diff --git a/src/config.ml b/src/config.ml index fe7b403..787e014 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.4.5" +let version = "0.4.6" module ConflictResolutionStrategy = struct