Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump serialization version to 12
This fixes the tests for the JS backend
  • Loading branch information
hoelzro authored and pmurias committed Feb 7, 2015
1 parent 3d9c675 commit 045db6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/nqp-runtime/deserialization.js
Expand Up @@ -331,7 +331,7 @@ BinaryCursor.prototype.deserialize = function(sc) {

this.sc = sc;

if (version != 11) {
if (version != 12) {
throw 'Unsupported serialization format version: ' + version;
}

Expand Down

0 comments on commit 045db6d

Please sign in to comment.