Skip to content

Commit cef9124

Browse files
committed
new release 1.99
fixed compilation with OCaml 4.06 now requiers OCaml >= 4.03
1 parent 8f25afb commit cef9124

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

2-
* fixed unsafe use of strings; now requires OCaml 4.03 or higher
2+
Version 1.99, March 23, 2018
3+
============================
4+
* fixed unsafe use of strings; now requires OCaml >= 4.03
35
o removed many warnings
46
o added translation of \rq
57
o fixed scanning of macro arguments (with long BibTeX fields)

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OSTYPE=linux
3737
# End of configuration part
3838
#########################################
3939

40-
VERSION=1.98
40+
VERSION=1.99
4141

4242
OCAMLC = @OCAMLC@
4343
OCAMLOPT = @OCAMLOPT@

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo "ocaml library path is $CAMLLIB"
4242

4343
case $OCAMLVERSION in
4444
0.*|1.*|2.*|3.*|4.00*|4.01*|4.02*)
45-
AC_MSG_ERROR(You need Objective 4.03 or later);;
45+
AC_MSG_ERROR(You need OCaml 4.03 or later);;
4646
esac
4747

4848
# then we look for ocamlopt; if not present, we issue a warning

0 commit comments

Comments
 (0)