We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebeb955 commit 1544249Copy full SHA for 1544249
META
@@ -1,11 +1,11 @@
1
-version = "0.1"
+version = "0.99"
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.1"
+ version = "0.99"
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.1
+VERSION = 0.99
# Don't forget to change META file as well
OCAMLC = ocamlc
0 commit comments