summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/LinearDiskCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Src/LinearDiskCache.cpp')
-rw-r--r--Source/Core/Common/Src/LinearDiskCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/LinearDiskCache.cpp b/Source/Core/Common/Src/LinearDiskCache.cpp
index 1df7614b6d..5e634ce3a8 100644
--- a/Source/Core/Common/Src/LinearDiskCache.cpp
+++ b/Source/Core/Common/Src/LinearDiskCache.cpp
@@ -22,7 +22,7 @@ static const char ID[4] = {'D', 'C', 'A', 'C'};
// Update this to the current SVN revision every time you change shader generation code.
// We don't automatically get this from SVN_REV because that would mean regenerating the
// shader cache for every revision, graphics-related or not, which is simply annoying.
-const int version = 6296;
+const int version = 6306;
LinearDiskCache::LinearDiskCache()
: file_(NULL), num_entries_(0) {