X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=10ba562c0b39ed89652fcdca1b559799bb2940eb;hb=817742e3a1d5fc8b02d2140a3c74e695ade71434;hp=0cad3c47132f3195e229e65b6f6dd0aabf952e4f;hpb=773470c05431f3f5b5c80e9ef1be2d8ce4bb6cd0;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