diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 6e94bac532..58da33ed0b 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -33,7 +33,7 @@ #include #include -const int FILE_CACHE_VERSION = 148; // increment this to invalidate cache +const int FILE_CACHE_VERSION = 149; // increment this to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;