Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainfrisch committed Jul 21, 2014
1 parent 27954b1 commit f80bd51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f80bd51

Please sign in to comment.