Skip to content

Commit

Permalink
prepare release 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Mar 12, 2018
1 parent 0ab886b commit 5933766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.7.4 (2018-03-12)
* fix tests with OCaml 4.06

1.7.3 (2018-03-11)
* String: faster slice
* sync with OCaml 4.06 (thx test/std.ml)
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.3
RELEASE:=1.7.4

ifndef VERSION
VERSION:=$(RELEASE)
Expand Down

0 comments on commit 5933766

Please sign in to comment.