Merge remote-tracking branch 'origin/topic/jsiwek/remove-match'

* origin/topic/jsiwek/remove-match:
  Remove the match expression (addressed #753).
This commit is contained in:
Robin Sommer 2012-03-09 15:10:35 -08:00
parent 5b2b03c6f7
commit c78a391635
13 changed files with 14 additions and 259 deletions

View file

@ -125,7 +125,7 @@ protected:
// This will be increased whenever there is an incompatible change
// in the data format.
static const uint32 DATA_FORMAT_VERSION = 21;
static const uint32 DATA_FORMAT_VERSION = 22;
ChunkedIO* io;