diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 1e9e2ae576..cabe276924 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -25,7 +25,7 @@ #include "PrefsManager.h" -const int FILE_CACHE_VERSION = 64; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 65; // increment this when Song or Notes changes to invalidate cache int CompareBPMSegments(const void *arg1, const void *arg2)