From a413df118e01f4027805cff7d0a7047b2c73ee59 Mon Sep 17 00:00:00 2001 From: alainfrisch Date: Tue, 3 May 2016 16:47:29 +0200 Subject: [PATCH] Prepare for release. --- META | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META b/META index 77d85fd..026c3bb 100644 --- a/META +++ b/META @@ -1,11 +1,11 @@ -version = "4.03.0" +version = "5.0" description = "Tools for authors of ppx rewriters and other syntactic tools" archive(byte) = "ppx_tools.cma" archive(native) = "ppx_tools.cmxa" requires = "compiler-libs.common" package "metaquot" ( - version = "4.03.0" + version = "5.0" description = "Meta-quotation: Parsetree manipulation using concrete syntax" requires = "ppx_tools" ppx = "./ppx_metaquot" diff --git a/Makefile b/Makefile index f2cccc2..254d6cc 100644 --- a/Makefile +++ b/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