diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index d8f1cfb1c6..9fb2a0fe17 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -40,7 +40,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 107; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 108; // increment this when Song or Notes changes to invalidate cache static int CompareBPMSegments(const BPMSegment &seg1, const BPMSegment &seg2)