Skip to content

Commit 702d2c1

Browse files
committed
release: 0.4.0
1 parent ecdee72 commit 702d2c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: webmachine
3-
Version: dev
3+
Version: 0.4.0
44
Synopsis: A REST toolkit for OCaml
55
Description: OCaml webmachine is a layer on top of cohttp that implements a
66
state-machine-based HTTP request processor. It's particularly well-suited for

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: fb5e7ddfe88d8c1fc4c8a6c5717c4d42)
3-
version = "dev"
2+
# DO NOT EDIT (digest: 6acbc6c41d37929fa034fcc77443f8da)
3+
version = "0.4.0"
44
description = "A REST toolkit for OCaml"
55
requires = "calendar cohttp dispatch re re.str uri"
66
archive(byte) = "webmachine.cma"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: d06933dcf281f4b31f5c8250911a59b0) *)
4+
(* DO NOT EDIT (digest: 6a3f695c9daff568728661e88e8da26c) *)
55
(*
66
Regenerated by OASIS v0.4.6
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6914,7 +6914,7 @@ let setup_t =
69146914
alpha_features = [];
69156915
beta_features = [];
69166916
name = "webmachine";
6917-
version = "dev";
6917+
version = "0.4.0";
69186918
license =
69196919
OASISLicense.DEP5License
69206920
(OASISLicense.DEP5Unit
@@ -7307,7 +7307,7 @@ let setup_t =
73077307
};
73087308
oasis_fn = Some "_oasis";
73097309
oasis_version = "0.4.6";
7310-
oasis_digest = Some "\205\220\236NV\207;fB\155\231\159x\176\254@";
7310+
oasis_digest = Some "\t\248VZOo\020\221\1348\221\169j\006\173\221";
73117311
oasis_exec = None;
73127312
oasis_setup_args = [];
73137313
setup_update = false

0 commit comments

Comments
 (0)