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