Skip to content

Commit ce00f7a

Browse files
committed
prepare for 0.16
1 parent caa628b commit ce00f7a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(authors c-cube)
66
(maintainers c-cube)
7-
(version 0.15)
7+
(version 0.16)
88
(source (github c-cube/tiny_httpd))
99
(homepage https://github.com/c-cube/tiny_httpd/)
1010
(license MIT)

src/Tiny_httpd_server.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module Request : sig
128128

129129
val client_addr : _ t -> Unix.sockaddr
130130
(** Client address of the request.
131-
@since NEXT_RELEASE *)
131+
@since 0.16 *)
132132

133133
val meth : _ t -> Meth.t
134134
(** Method for the request. *)

tiny_httpd.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.15"
3+
version: "0.16"
44
synopsis: "Minimal HTTP server using threads"
55
maintainer: ["c-cube"]
66
authors: ["c-cube"]

tiny_httpd_camlzip.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.15"
3+
version: "0.16"
44
synopsis: "Interface to camlzip for tiny_httpd"
55
maintainer: ["c-cube"]
66
authors: ["c-cube"]

0 commit comments

Comments
 (0)