mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-17 16:39:42 +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 */
|