summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imageformats/doc/qtimageformats.qdocconf2
-rw-r--r--sync.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/imageformats/doc/qtimageformats.qdocconf b/src/imageformats/doc/qtimageformats.qdocconf
index 677159f..c522d32 100644
--- a/src/imageformats/doc/qtimageformats.qdocconf
+++ b/src/imageformats/doc/qtimageformats.qdocconf
@@ -31,7 +31,7 @@ qhp.qtimageformats.file = qtimageformats.qhp
# different documentation files in Creator/Assistant. The namespace ends with
# a version being a number containing a major, minor and revision element.
# E.g. version 1.0 becomes 100.
-qhp.qtimageformats.namespace = org.qt-project.qtimageformats.500
+qhp.qtimageformats.namespace = org.qt-project.qtimageformats.501
# Title for the package, will be the main title for the package in
# Assistant/Creator.
diff --git a/sync.profile b/sync.profile
index 26326b6..ccc4a15 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,5 +5,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/release",
+ "qtbase" => "refs/heads/stable",
);