aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-11-11 13:12:02 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2016-11-11 12:19:47 +0000
commit1b3b13fd65ff8d4741947b06948c2d2ccd6d2a45 (patch)
tree363a54d05fe20b576ad65be7d495e7f04baf3d48 /qbs-resources
parentab14d325eaa1ee762dacc8b9fbbc902dae4d5e6e (diff)
Version bump
Change-Id: Icd60d29f5c823f34cf1c3424875b5eaa25ca7904 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qbs-resources')
-rw-r--r--qbs-resources/imports/QbsFunctions/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs-resources/imports/QbsFunctions/functions.js b/qbs-resources/imports/QbsFunctions/functions.js
index 8a842ad6e..058f381f5 100644
--- a/qbs-resources/imports/QbsFunctions/functions.js
+++ b/qbs-resources/imports/QbsFunctions/functions.js
@@ -1,4 +1,4 @@
-function qbsVersion() { return "1.7.0"; }
+function qbsVersion() { return "1.8.0"; }
function versionIsAtLeast(actualVersion, expectedVersion)
{