Skip to content

Commit 9e2563f

Browse files
committed
release 1.8.1
1 parent b84c600 commit 9e2563f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
version 1.81, October 17, 2011
3-
------------------------------
2+
version 1.8.1, October 17, 2011
3+
-------------------------------
44
o module Gmap now has a signature for edges (E_SRC) compatible with
55
Sig, so that it is easier to apply functor Gmap.Edge
66
(contributed by Markus W. Weissmann <markus.weissmann@in.tum.de>)

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ graph.cmo: $(CMI) $(CMO)
105105
graph.cmx: $(CMI) $(CMX)
106106
$(OCAMLOPT) $(INCLUDES) -pack -o $@ $^
107107

108-
VERSION=1.81
108+
VERSION=1.8.1
109109

110110
src/version.ml: Makefile
111111
rm -f $@

0 commit comments

Comments
 (0)