version.c 81 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #include "config.h" const char * const TR_io_version(void) { return VERSION; }