mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
I consider the 2.4 development cycle over now, after the most important bugs (and regressions) were fixed in 2.4.2. [skip ci]
7 lines
113 B
C
7 lines
113 B
C
#ifndef RELEASEVERSION_H
|
|
#define RELEASEVERSION_H
|
|
|
|
#define RELEASE_VERSION "v2.5"
|
|
|
|
#endif /* RELEASEVERSION_H */
|