Skip to content

Commit 172b6da

Browse files
committed
Release 3.1.0
1 parent 424e4c5 commit 172b6da

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

META.lwt

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# been given appropriate predicates.
66
#
77

8-
version = "dev"
8+
version = "3.1.0"
99
description = "Monadic promises and concurrent I/O"
1010
requires = "bytes result"
1111
archive(byte) = "lwt.cma"
@@ -15,7 +15,7 @@ plugin(native) = "lwt.cmxs"
1515

1616
package "log" (
1717
#directory = "log"
18-
version = "dev"
18+
version = "3.1.0"
1919
description = "Logger for Lwt"
2020
requires = "bytes lwt result"
2121
archive(byte) = "lwt_log.cma"
@@ -27,15 +27,15 @@ package "log" (
2727

2828
package "ppx" (
2929
#directory = "ppx"
30-
version = "dev"
30+
version = "3.1.0"
3131
description = "Lwt PPX syntax extension"
3232
requires(ppx_driver) = "lwt.omp"
3333
requires(-ppx_driver) = "bytes lwt result"
3434
ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
3535
)
3636

3737
package "omp" (
38-
version = "dev"
38+
version = "3.1.0"
3939
description = "Lwt ocaml-migrate-parsetree PPX (internal)"
4040
requires = "compiler-libs
4141
compiler-libs.common
@@ -51,7 +51,7 @@ package "omp" (
5151

5252
package "preemptive" (
5353
#directory = "preemptive"
54-
version = "dev"
54+
version = "3.1.0"
5555
description = "Preemptive thread support for Lwt"
5656
requires = "bigarray
5757
bytes
@@ -71,7 +71,7 @@ package "preemptive" (
7171

7272
package "simple-top" (
7373
#directory = "simple-top"
74-
version = "dev"
74+
version = "3.1.0"
7575
description = "Lwt-OCaml top level integration (deprecated; use utop)"
7676
requires = "bigarray
7777
bytes
@@ -91,7 +91,7 @@ package "simple-top" (
9191

9292
package "syntax" (
9393
#directory = "syntax"
94-
version = "dev"
94+
version = "3.1.0"
9595
description = "Camlp4 syntax for Lwt (deprecated; use lwt.ppx)"
9696
requires = "camlp4 lwt.syntax.options"
9797
archive(syntax, preprocessor) = "lwt_syntax.cma"
@@ -102,7 +102,7 @@ package "syntax" (
102102

103103
package "log" (
104104
#directory = "log"
105-
version = "dev"
105+
version = "3.1.0"
106106
description = "Camlp4 syntax for Lwt logging (deprecated; use lwt.ppx)"
107107
requires = "camlp4 lwt.syntax.options"
108108
archive(syntax, preprocessor) = "lwt_syntax_log.cma"
@@ -114,7 +114,7 @@ package "syntax" (
114114

115115
package "options" (
116116
#directory = "options"
117-
version = "dev"
117+
version = "3.1.0"
118118
description = "Options for Lwt Camlp4 syntax extension (deprecated; use lwt.ppx)"
119119
requires = "camlp4"
120120
archive(syntax, preprocessor) = "lwt_syntax_options.cma"
@@ -127,7 +127,7 @@ package "syntax" (
127127

128128
package "unix" (
129129
#directory = "unix"
130-
version = "dev"
130+
version = "3.1.0"
131131
description = "Unix support for Lwt"
132132
requires = "bigarray bytes lwt lwt.log result unix"
133133
archive(byte) = "lwt_unix.cma"

lwt.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "3.1.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
"Mauricio Fernandez <[email protected]>"

lwt_glib.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "1.1.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
"Mauricio Fernandez <[email protected]>"

lwt_react.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "1.1.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
"Mauricio Fernandez <[email protected]>"

lwt_ssl.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "1.1.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
"Mauricio Fernandez <[email protected]>"

0 commit comments

Comments
 (0)