From f80bd51016c94645b7b00777e9063c968c1a3d0f Mon Sep 17 00:00:00 2001 From: Alain Frisch Date: Mon, 21 Jul 2014 15:19:27 +0200 Subject: [PATCH] Prepare for release. --- CHANGES | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 \