X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=10ba562c0b39ed89652fcdca1b559799bb2940eb;hb=70ed84c05dfe890425592cc207f7a866f0afb04e;hp=0cad3c47132f3195e229e65b6f6dd0aabf952e4f;hpb=c11b96a1e248665beb9f969d38daa9487955f7f5;p=ocaml-ancient.git diff --git a/Makefile.config b/Makefile.config index 0cad3c4..10ba562 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,9 @@ # Mark objects as 'ancient' so they are taken out of the OCaml heap. -# $Id: Makefile.config,v 1.1 2006-09-27 12:09:02 rich Exp $ +# $Id: Makefile.config,v 1.2 2006-09-27 14:05:07 rich Exp $ PACKAGE := ancient -VERSION := 0.0.1 +VERSION := 0.0.2 + +ifeq ($(shell hostname),oirase) +TEST_WEBLOGS := 1 +endif \ No newline at end of file