Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 0705808

Browse files
committed
Update version.
1 parent 81489d7 commit 0705808

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
### 0.1.00 (2017-09-20)
1+
### 2017-05-26.00 (2017-09-27)
22

33
* Initial public release.

wcs-lib.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "wcs-lib"
3-
version: "1.0.0"
3+
version: "2017-05-26.00"
44
maintainer: [
55
"Louis Mandel <lmandel@us.ibm.com>"
66
]
@@ -29,4 +29,4 @@ depends: [
2929
"tls"
3030
"cohttp"
3131
]
32-
available: [ocaml-version >= "4.02.0" & compiler != "4.02.1+BER"]
32+
available: [ocaml-version >= "4.02.3"]

wcs.opam

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "wcs"
3-
version: "1.0.0"
3+
version: "2017-05-26.00"
44
maintainer: [
55
"Louis Mandel <lmandel@us.ibm.com>"
66
]
@@ -21,13 +21,6 @@ build: [
2121
build-test: [ [ "make" "tests" ] ]
2222

2323
depends: [
24-
"ocamlfind"
25-
"jbuilder"
26-
"atdgen"
27-
"lwt"
28-
"ssl"
29-
"tls"
30-
"cohttp"
3124
"wcs-lib"
3225
]
33-
available: [ocaml-version >= "4.02.0" & compiler != "4.02.1+BER"]
26+
available: [ocaml-version >= "4.02.3"]

0 commit comments

Comments
 (0)