mirror of
https://github.com/OpenEmu/Flycast-Core.git
synced 2025-11-01 11:07:14 +00:00
10 lines
165 B
C
10 lines
165 B
C
/*
|
|
* reicast: version.h
|
|
*/
|
|
#pragma once
|
|
|
|
#define REICAST_VERSION "OpenEmu"
|
|
#define GIT_VERSION ""
|
|
#define GIT_HASH ""
|
|
#define BUILD_DATE __DATE__
|