Skip to content

Commit

Permalink
Version 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jul 19, 2019
1 parent ea0e9f8 commit 7f5e9eb
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 = "5.2"
version = "5.3"
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 = "5.2"
version = "5.3"
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 = 5.2
VERSION = 5.3
# Don't forget to change META file as well

OCAMLC = ocamlc -bin-annot
Expand Down

0 comments on commit 7f5e9eb

Please sign in to comment.