From b0f4038e7f08f8a8ae86bc8cc663451bf625933c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 12 Sep 2002 08:37:47 +0000 Subject: [PATCH] update --- 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 ba210236cd..a81daaf039 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -32,7 +32,7 @@ #include "NotesLoaderKSF.h" #include "NotesWriterDWI.h" -const int FILE_CACHE_VERSION = 69; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 70; // increment this when Song or Notes changes to invalidate cache int CompareBPMSegments(const void *arg1, const void *arg2)