Skip to content

Commit

Permalink
Merge branch 'hotfix/0.7.6b'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Feb 24, 2015
2 parents aa9ccbb + 7f4410d commit a1bc4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/node/serializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "graph/datum/datums/shape_function_datum.h"
#include "graph/datum/datums/script_datum.h"

int SceneSerializer::PROTOCOL_VERSION = 2;
int SceneSerializer::PROTOCOL_VERSION = 3;

SceneSerializer::SceneSerializer(QObject* node_root,
QMap<Node*, QPointF> inspectors)
Expand Down

0 comments on commit a1bc4b4

Please sign in to comment.