Skip to content

Commit

Permalink
prepare release 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Mar 3, 2019
1 parent 850774c commit b8d14fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.7.6 (2019-03-03)
* fix Dllist.skip with negative argument (Virgile Robles)
* fix IO.read_bits 31 (Dan Korostelev)

1.7.5 (2018-07-08)
* IO: restore compilation on 32-bit (broken in 1.7.3)
* sync with OCaml 4.07
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.5
RELEASE:=1.7.6

ifndef VERSION
VERSION:=$(RELEASE)
Expand Down

0 comments on commit b8d14fe

Please sign in to comment.