Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainfrisch committed Jul 17, 2014
1 parent ebeb955 commit 1544249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions META
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1544249

Please sign in to comment.