X-Git-Url: http://git.annexia.org/?p=ocaml-ancient.git;a=blobdiff_plain;f=Makefile.config;h=4188bfbee10206efc923f703e3f7e29b6f75871e;hp=10ba562c0b39ed89652fcdca1b559799bb2940eb;hb=d636bf12b0e8a8d6c7f9ad96d24984c24a145930;hpb=70ed84c05dfe890425592cc207f7a866f0afb04e diff --git a/Makefile.config b/Makefile.config index 10ba562..4188bfb 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,9 +1,8 @@ # Mark objects as 'ancient' so they are taken out of the OCaml heap. -# $Id: Makefile.config,v 1.2 2006-09-27 14:05:07 rich Exp $ +# $Id: Makefile.config,v 1.8 2006-10-31 14:39:50 rich Exp $ PACKAGE := ancient -VERSION := 0.0.2 +VERSION := 0.8.0 -ifeq ($(shell hostname),oirase) -TEST_WEBLOGS := 1 -endif \ No newline at end of file +OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major) +OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)