diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 1ef2b34b54..c7a96f49ab 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -38,7 +38,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 102; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 103; // increment this when Song or Notes changes to invalidate cache static int CompareBPMSegments(const BPMSegment &seg1, const BPMSegment &seg2)