We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac0ff5 commit 9a36f2cCopy full SHA for 9a36f2c
META
@@ -1,11 +1,11 @@
1
-version = "0.99.3"
+version = "4.03.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 = "0.99.3"
+ version = "4.03.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 = 0.99.3
+VERSION = 4.03.0
# Don't forget to change META file as well
OCAMLC = ocamlc -bin-annot
0 commit comments