Index: trunk/extensions/CodeReview/CodeReview.php |
— | — | @@ -121,7 +121,7 @@ |
122 | 122 | $wgCodeReviewImportBatchSize = 400; |
123 | 123 | |
124 | 124 | // Bump the version number every time you change a CodeReview .css/.js file |
125 | | -$wgCodeReviewStyleVersion = 5; |
| 125 | +$wgCodeReviewStyleVersion = 6; |
126 | 126 | |
127 | 127 | // The name of a repo which represents the code running on this wiki, used to highlight active revisions |
128 | 128 | $wgWikiSVN = ''; |