/* * reicast: version.h */ #pragma once #define REICAST_VERSION "OpenEmu" #define GIT_HASH "" #define BUILD_DATE __DATE__