aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2017-08-04 10:47:59 +0200
committerLars Knoll <lars.knoll@qt.io>2017-08-04 08:59:58 +0000
commit9067430443f437ab1088edfc4e54fdbd3327bf16 (patch)
tree9bafc1fd0f31c1447b881d6d1c1db7ba3d3f45a0 /src/qml/compiler/qv4compileddata_p.h
parent7835060518a2280bda4ca28684b78a1481677158 (diff)
Bump the data structure version
Change-Id: Icb31e4e5740e6708e816d5ae053d0a362e4361e1 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4compileddata_p.h')
-rw-r--r--src/qml/compiler/qv4compileddata_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h
index 9ffd2b2b1d..8b2e91d0b0 100644
--- a/src/qml/compiler/qv4compileddata_p.h
+++ b/src/qml/compiler/qv4compileddata_p.h
@@ -71,7 +71,7 @@
QT_BEGIN_NAMESPACE
// Bump this whenever the compiler data structures change in an incompatible way.
-#define QV4_DATA_STRUCTURE_VERSION 0x11
+#define QV4_DATA_STRUCTURE_VERSION 0x12
class QIODevice;
class QQmlPropertyCache;