#ifdef HAVE_STDLIB_H #include #endif #include double version(void) { double ver=atof(VERSION); return(ver); }