Skip to content

Commit

Permalink
prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fdopen committed May 12, 2017
1 parent 8bc5020 commit 0b7e4e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
- PINS="ocb-stubblr.0.1.1.1:https://github.com/fdopen/ocb-stubblr.git uwt-random:https://github.com/fdopen/uwt-random.git uwt-ssl:https://github.com/fdopen/uwt-ssl.git uwt-tls:https://github.com/fdopen/uwt-tls.git uwt-conduit:https://github.com/fdopen/uwt-conduit.git uwt-cohttp:https://github.com/fdopen/uwt-cohttp.git"
- POST_INSTALL_HOOK="./.travis-own.sh"
- TESTS=false
- PACKAGE=uwt.0.1.1
- PACKAGE=uwt.0.2.1
matrix:
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.2.0 2017-XX-XX
0.2.0 2017-12-05
---------------------------
- `Uwt.Misc.guess_handle` now takes an `Unix.file_descr` as parameter
(instead of `Uwt.file`). This doesn't follow the libuv prototypes,
Expand Down
2 changes: 1 addition & 1 deletion OMakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: clean all distclean install uninstall lib test examples minimal

VERSION=0.1.0
VERSION=0.2.0
PROJNAME=uwt
USE_OCAMLFIND= true
BYTE_ENABLED= true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
FORK_USER: ocaml
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64
PACKAGE: uwt.0.1.1
PACKAGE: uwt.0.2.1
matrix:
- OPAM_SWITCH: 4.04.1+msvc64c
- OPAM_SWITCH: 4.03.0+mingw32c
Expand Down

0 comments on commit 0b7e4e6

Please sign in to comment.