Skip to content

Commit 47daf8a

Browse files
committed
Prepare for release.
1 parent 2fa5506 commit 47daf8a

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 = "4.03.0"
1+
version = "5.0"
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 = "4.03.0"
8+
version = "5.0"
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 = 4.03.0
8+
VERSION = 5.0
99
# Don't forget to change META file as well
1010

1111
OCAMLC = ocamlc -bin-annot

0 commit comments

Comments
 (0)