rpgxef/code/qcommon/stv_version.h

11 lines
184 B
C
Executable File

// Current version of holomatch game
#ifndef STV_VERSION_H_
#define STV_VERSION_H_
static const char Q3_VERSION[] = "RPG-X V 2.4.1ua";
#endif /* STV_VERSION_H_ */
// end