Skip to content

Commit

Permalink
prepare release 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Apr 24, 2020
1 parent bf837da commit bd9f453
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.7.7 (2020-04-24)
* sync with OCaml 4.10
* mark ExtList.find_map deprecated in anticipation of type breakage in next release to match OCaml 4.10 function with same name
* String: fold_left and fold_right without allocations

1.7.6 (2019-03-03)
* fix Dllist.skip with negative argument (Virgile Robles)
* fix IO.read_bits 31 (Dan Korostelev)
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.6
RELEASE:=1.7.7

ifndef VERSION
VERSION:=$(RELEASE)
Expand Down

0 comments on commit bd9f453

Please sign in to comment.