aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-10-21 11:08:33 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-10-22 13:01:31 +0000
commita703c788abc0035bafe53a05370900db0a3ac43c (patch)
tree74a30704fc3f02428ecb97ec88572bf7c3cd3e07 /src/lib
parent1353ac64cf542dcd0b174e2e77e9c37d86fcba39 (diff)
Bump build graph version
This was forgotten in 923f98062b. Change-Id: I1b62c1dbf0c9ed1d61cac7fa2e061571080d9616 Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/corelib/tools/persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/tools/persistence.cpp b/src/lib/corelib/tools/persistence.cpp
index 3b69926f6..ea8adf023 100644
--- a/src/lib/corelib/tools/persistence.cpp
+++ b/src/lib/corelib/tools/persistence.cpp
@@ -48,7 +48,7 @@
namespace qbs {
namespace Internal {
-static const char QBS_PERSISTENCE_MAGIC[] = "QBSPERSISTENCE-126";
+static const char QBS_PERSISTENCE_MAGIC[] = "QBSPERSISTENCE-127";
NoBuildGraphError::NoBuildGraphError(const QString &filePath)
: ErrorInfo(Tr::tr("Build graph not found for configuration '%1'. Expected location was '%2'.")