Skip to content

Commit

Permalink
prepare release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Mar 11, 2018
1 parent f30acba commit ba288b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.7.3 (2018-03-11)
* String: faster slice
* sync with OCaml 4.06 (thx test/std.ml)
* IO: fix sign bug in read_i31
* IO: add write_i31 and bounds-checking on write_i32
* base64: add encode_string decode_string
* install cmt and cmti

1.7.2 (2017-03-29)
* sync with OCaml 4.05

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

VERSION:=$(shell git --git-dir=.git describe --always --long)
RELEASE:=1.7.2
RELEASE:=1.7.3

ifndef VERSION
VERSION:=$(RELEASE)
Expand Down

0 comments on commit ba288b1

Please sign in to comment.