diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 1af960a28f..abe0fc1b54 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -41,7 +41,7 @@ #define CACHE_DIR "Cache/" -const int FILE_CACHE_VERSION = 140; // increment this to invalidate cache +const int FILE_CACHE_VERSION = 141; // increment this to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;