diff --git a/src/Tiny_httpd.mli b/src/Tiny_httpd.mli index c170e23b..869cfde7 100644 --- a/src/Tiny_httpd.mli +++ b/src/Tiny_httpd.mli @@ -123,11 +123,11 @@ module Byte_stream : sig val iter : (bytes -> int -> int -> unit) -> t -> unit (** Iterate on the chunks of the stream - @since NEXT_RELEASE *) + @since 0.3 *) val to_chan : out_channel -> t -> unit (** Write the stream to the channel. - @since NEXT_RELEASE *) + @since 0.3 *) val with_file : string -> (t -> 'a) -> 'a (** Open a file with given name, and obtain an input stream diff --git a/tiny_httpd.opam b/tiny_httpd.opam index 4158401c..d8459bf2 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "0.2" +version: "0.3" authors: ["Simon Cruanes"] maintainer: "simon.cruanes.2007@m4x.org" license: "MIT"