summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-09-29 16:30:40 +0200
committerSean Harmer <sean.harmer@kdab.com>2014-11-12 15:42:22 +0100
commit63b440a6eb0b47a818ea7d6a5f36ab15dad7fb8a (patch)
treeac3b00e26bf98ba2fb7731ace8cd49be93a45b2b
parent7d801012acdc080de3af231b41594e598ff38a12 (diff)
Bump version to 5.5.0 and depend upon dev
Change-Id: I6cfdca8c2b5bc7a19a6d8f12f7a98c5fb6b84879 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--.qmake.conf2
-rw-r--r--sync.profile6
2 files changed, 4 insertions, 4 deletions
diff --git a/.qmake.conf b/.qmake.conf
index e28797de2..a98bcf66b 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 5.4.0
+MODULE_VERSION = 5.5.0
diff --git a/sync.profile b/sync.profile
index a2d2041e5..16b18d288 100644
--- a/sync.profile
+++ b/sync.profile
@@ -23,7 +23,7 @@ $publicclassregexp = "Qt3D::.+";
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/5.4",
- "qtxmlpatterns" => "refs/heads/5.4",
- "qtdeclarative" => "refs/heads/5.4",
+ "qtbase" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
+ "qtdeclarative" => "refs/heads/dev",
);