Skip to content

Commit

Permalink
Update version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Oct 7, 2013
1 parent c8f44bf commit 935b023
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
9 changes: 5 additions & 4 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -5688,14 +5688,15 @@ 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;
};;

let setup () = BaseSetup.setup setup_t;;

# 5700 "setup.ml"
# 5701 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;
2 changes: 1 addition & 1 deletion src/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 935b023

Please sign in to comment.