Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fdopen committed Sep 8, 2017
1 parent 1baa019 commit 075c97f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.2.3 2017-09-08
---------------------------

- update to libuv 1.14.1

- new functions from `Lwt_io`: `Uwt_io.open_temp_file` and
`Uwt_io.with_temp_file`

- `Uwt_base.Sys_info.win_version` now reports your current Windows
version, even if your executable is not manifested.

0.2.2 2017-08-17
---------------------------

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.2.2
VERSION=0.2.3
PROJNAME=uwt
USE_OCAMLFIND= true
BYTE_ENABLED= true
Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([uwt], [0.1.0],[[email protected]],[uwt])
AC_INIT([uwt], [0.2.3],[[email protected]],[uwt])

AC_PROG_CC

Expand Down

0 comments on commit 075c97f

Please sign in to comment.