mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
5e1a1f80ac
The plan is for 2.4 development to continue a bit with some minor new features. 2.4.0 was the grand release containing most of the new stuff.
6 lines
115 B
C
6 lines
115 B
C
#ifndef RELEASEVERSION_H
|
|
#define RELEASEVERSION_H
|
|
|
|
#define RELEASE_VERSION "v2.4.1"
|
|
|
|
#endif /* RELEASEVERSION_H */
|