Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainfrisch committed May 3, 2016
1 parent 85812be commit 874d5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions META
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version = "4.02.3"
version = "5.0+4.0.2"
description = "Tools for authors of ppx rewriters and other syntactic tools"
archive(byte) = "ppx_tools.cma"
archive(native) = "ppx_tools.cmxa"
requires = "compiler-libs.common"

package "metaquot" (
version = "0.99.3"
version = "5.0+4.0.2"
description = "Meta-quotation: Parsetree manipulation using concrete syntax"
requires = "ppx_tools"
ppx = "./ppx_metaquot"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
include $(shell ocamlc -where)/Makefile.config

PACKAGE = ppx_tools
VERSION = 4.02.3
VERSION = 5.0+4.02.2
# Don't forget to change META file as well

OCAMLC = ocamlc -bin-annot
Expand Down

0 comments on commit 874d5ed

Please sign in to comment.