From 1544249361216bd995ae0a33495cd3ca4c8c957c Mon Sep 17 00:00:00 2001 From: Alain Frisch Date: Thu, 17 Jul 2014 18:11:51 +0200 Subject: [PATCH] Prepare for release. --- META | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META b/META index 3bb2e83..5fb3124 100644 --- a/META +++ b/META @@ -1,11 +1,11 @@ -version = "0.1" +version = "0.99" 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 = "0.1" + version = "0.99" description = "Meta-quotation: Parsetree manipulation using concrete syntax" requires = "ppx_tools" ppx = "./ppx_metaquot" diff --git a/Makefile b/Makefile index b0f75df..4ceb119 100644 --- a/Makefile +++ b/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