Skip to content

Commit 7f5e9eb

Browse files
committed
Version 5.3
1 parent ea0e9f8 commit 7f5e9eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

META

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
version = "5.2"
1+
version = "5.3"
22
description = "Tools for authors of ppx rewriters and other syntactic tools"
33
archive(byte) = "ppx_tools.cma"
44
archive(native) = "ppx_tools.cmxa"
55
requires = "compiler-libs.common"
66

77
package "metaquot" (
8-
version = "5.2"
8+
version = "5.3"
99
description = "Meta-quotation: Parsetree manipulation using concrete syntax"
1010
requires = "ppx_tools"
1111
ppx = "./ppx_metaquot"

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
include $(shell ocamlc -where)/Makefile.config
66

77
PACKAGE = ppx_tools
8-
VERSION = 5.2
8+
VERSION = 5.3
99
# Don't forget to change META file as well
1010

1111
OCAMLC = ocamlc -bin-annot

0 commit comments

Comments
 (0)