File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ OSTYPE=linux
3737# End of configuration part
3838# ########################################
3939
40- VERSION =1.98
40+ VERSION =1.99
4141
4242OCAMLC = @OCAMLC@
4343OCAMLOPT = @OCAMLOPT@
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ echo "ocaml library path is $CAMLLIB"
4242
4343case $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);;
4646esac
4747
4848# then we look for ocamlopt; if not present, we issue a warning
You can’t perform that action at this time.
0 commit comments