/* * version.c * * Get driver version * * (C) Frank Schmidt, Jesus@NorseMUD * */ #include <dgd/status.h> /* return the driver version number */ static string version() { return ::status()[ST_VERSION]; }