mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +01:00
7 lines
113 B
C
7 lines
113 B
C
|
#ifndef RELEASEVERSION_H
|
||
|
#define RELEASEVERSION_H
|
||
|
|
||
|
#define RELEASE_VERSION "v2.4"
|
||
|
|
||
|
#endif /* RELEASEVERSION_H */
|