diff --git a/CHANGES b/CHANGES index ee42bf22..07da72de 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +1.99.2 + * First official release of sedlex + 1.99.1 * Support for new Ast_mapper registration API, follow OCaml trunk after the inclusion of the extension_point branch @@ -6,6 +9,8 @@ * First version of sedlex. The history below refers to ulex, the ancestor or sedlex implemented with Camlp4. +-------------------------------------------------------------------------- + 1.1 * Generate (more) globally unique identifiers to avoid conflicts when open'ing another module processed by ulex (issue reported by Gerd Stolpmann) diff --git a/Makefile b/Makefile index bf1ecc34..de683504 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ uninstall: PACKAGE = sedlex-$(VERSION) DISTRIB = \ - CHANGES LICENSE META README Makefile \ + CHANGES LICENSE META README.md Makefile \ examples/Makefile \ examples/tokenizer.ml \ src/lib/Makefile \