From f30127bcab0bf9a407183a52a391f0599d289c9d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 26 Sep 2004 02:24:20 +0000 Subject: [PATCH] bump --- 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 63f2860a32..401a52af17 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -38,7 +38,7 @@ #define CACHE_DIR "Cache/" -const int FILE_CACHE_VERSION = 143; // increment this to invalidate cache +const int FILE_CACHE_VERSION = 144; // increment this to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;