From 1501fbfbf51d64e186276cda5dad0eef223afe66 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 30 Apr 2006 07:34:47 +0000 Subject: [PATCH] bump cache version --- stepmania/src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 76ae281117..fe3e8ccd29 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -37,7 +37,7 @@ #include #include -const int FILE_CACHE_VERSION = 144; // increment this to invalidate cache +const int FILE_CACHE_VERSION = 145; // increment this to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;