echo "Building version.c"
echo 'char *version = "'3.6'";' > version.c
echo 'char *compdate ="'`date`'"; ' >> version.c
cc -c version.c
