Skip to content

Commit

Permalink
Update version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Sep 13, 2013
1 parent 5bda4e0 commit 5db65f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1
Version: 0.4.2
LicenseFile: LICENSE
License: MIT
BuildType: ocamlbuild (0.3)
Expand Down
6 changes: 3 additions & 3 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: 240b6f91c74d07168faf3a0f2531fa91) *)
(* DO NOT EDIT (digest: 7cd448b57edad8d11517862fb0923a7b) *)
(*
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.1";
version = "0.4.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -5689,7 +5689,7 @@ let setup_t =
oasis_fn = Some "_oasis";
oasis_version = "0.3.0";
oasis_digest =
Some "\204\024\188u\200\187\0078\237\208\136:\152\192\208D";
Some "\223\131\172\170\201\224\199\191\209\007\b*\199Cc\129";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false;
Expand Down
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.1"
let version = "0.4.2"

module ConflictResolutionStrategy =
struct
Expand Down

0 comments on commit 5db65f9

Please sign in to comment.