diff options
| author | NeoBrainX <NeoBrainX@googlemail.com> | 2011-09-29 23:32:05 +0200 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@googlemail.com> | 2011-09-29 23:32:39 +0200 |
| commit | 81c614fa07dd4949351d1fd13f9bbf03a956cdac (patch) | |
| tree | 86fd500b02b03228af40126978c58f6052426d50 /Source/Core/Common | |
| parent | ddfe219293e3af9e04f7020f0557736e1762370b (diff) | |
Clean up various things.
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/LinearDiskCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/LinearDiskCache.h b/Source/Core/Common/Src/LinearDiskCache.h index a2f758b416..450392e70a 100644 --- a/Source/Core/Common/Src/LinearDiskCache.h +++ b/Source/Core/Common/Src/LinearDiskCache.h @@ -24,7 +24,7 @@ // Increment this every time you change shader generation code. enum { - LINEAR_DISKCACHE_VER = 6965 + LINEAR_DISKCACHE_VER = 6966 }; // On disk format: |
