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

Commit

Permalink
Switch to version 2017-05-25.05.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Aug 29, 2018
1 parent 23803a6 commit 96fa95d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### 2017-05-26.05-dev (XXXX-XX-XX)

### 2017-05-26.05 (2018-08-29)
* Merge `wcs-lib` and `wcs-api` into `wcs-lib`.
* json and yojson ReactiveML interface.
* Fix compilation issues with new versions of opam and atdgen.
* Add `~parent_id` and `~previous_sibling_id` in builder interface.

### 2017-05-26.04 (2018-01-22)
* Adapt to the export new format of WCS.
Expand Down
2 changes: 1 addition & 1 deletion wcs-lib.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "wcs-lib"
version: "2017-05-26.05-dev"
version: "2017-05-26.05"
maintainer: [
"Louis Mandel <[email protected]>"
]
Expand Down
4 changes: 2 additions & 2 deletions wcs.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "wcs"
version: "2017-05-26.05-dev"
version: "2017-05-26.05"
maintainer: [
"Louis Mandel <[email protected]>"
]
Expand All @@ -21,7 +21,7 @@ build: [
build-test: [ ["jbuilder" "runtest" "-p" name] ]

depends: [
"wcs-lib" {= "2017-05-26.05-dev"}
"wcs-lib" {= "2017-05-26.05"}
"cohttp-lwt-unix"
]
available: [
Expand Down

0 comments on commit 96fa95d

Please sign in to comment.