X-Git-Url: http://git.annexia.org/?p=ocaml-ancient.git;a=blobdiff_plain;f=Makefile.config;h=455010f183b6c1f5308d67016531aca828050e92;hp=9fafcec149541171330c96a2a4fdc4c163802527;hb=HEAD;hpb=c3bd88fb6d9ede9d14cd24cd70b5b9352002ecc2 diff --git a/Makefile.config b/Makefile.config index 9fafcec..455010f 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,9 +1,7 @@ # Mark objects as 'ancient' so they are taken out of the OCaml heap. -# $Id: Makefile.config,v 1.4 2006-09-28 12:40:07 rich Exp $ PACKAGE := ancient -VERSION := 0.0.4 +VERSION := 0.9.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)