From 42a988010bc8a0a0ee11332c5de490c7760046d8 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 23 Aug 2010 14:08:28 -0500 Subject: [PATCH] blah blah --- src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Song.cpp b/src/Song.cpp index 61ca668fc9..9860db5b50 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -34,7 +34,7 @@ #include #include -const int FILE_CACHE_VERSION = 160; // increment this to invalidate cache +const int FILE_CACHE_VERSION = 161; // increment this to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;