diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index c59f7c69dc..e666bb7565 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -42,7 +42,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 121; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 122; // increment this when Song or Notes changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;