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