Skip to content

Commit

Permalink
Watermark o9p
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jul 15, 2016
1 parent c3d267c commit 511aefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ open Infix
open Lwt

let project_url = "http://github.com/mirage/ocaml-9p"
let version = "0.0"
let version = "%%VERSION%%"

module Log = (val Logs.src_log Logs.default)
module Client = Client9p_unix.Make(Log)
Expand Down Expand Up @@ -90,7 +90,7 @@ let read debug address path username =
end in
loop 0L
) in
wrap_exceptions
wrap_exceptions
(fun () ->
ignore (Lwt_main.run t);
`Ok ()
Expand Down

0 comments on commit 511aefa

Please sign in to comment.