We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa5506 commit 47daf8aCopy full SHA for 47daf8a
META
@@ -1,11 +1,11 @@
1
-version = "4.03.0"
+version = "5.0"
2
description = "Tools for authors of ppx rewriters and other syntactic tools"
3
archive(byte) = "ppx_tools.cma"
4
archive(native) = "ppx_tools.cmxa"
5
requires = "compiler-libs.common"
6
7
package "metaquot" (
8
- version = "4.03.0"
+ version = "5.0"
9
description = "Meta-quotation: Parsetree manipulation using concrete syntax"
10
requires = "ppx_tools"
11
ppx = "./ppx_metaquot"
Makefile
@@ -5,7 +5,7 @@
include $(shell ocamlc -where)/Makefile.config
PACKAGE = ppx_tools
-VERSION = 4.03.0
+VERSION = 5.0
# Don't forget to change META file as well
OCAMLC = ocamlc -bin-annot
0 commit comments