aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-08-01 14:41:14 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-08-01 16:03:16 +0000
commit863b5f6ed8fe5ec17197e6103a18f02b07a7208e (patch)
tree02804c748e974163f4ea763ef7c2bdc536ac7753 /qbs-resources
parentb55f13c52e43b07f5618ef7cb372dc2b310acbd2 (diff)
Version bump
Change-Id: I165c3fcb81c396e8733efdc571e486b9732ea4e6 Reviewed-by: Jake Petroules <jake.petroules@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 7ffebd147..8a842ad6e 100644
--- a/qbs-resources/imports/QbsFunctions/functions.js
+++ b/qbs-resources/imports/QbsFunctions/functions.js
@@ -1,4 +1,4 @@
-function qbsVersion() { return "1.6.0"; }
+function qbsVersion() { return "1.7.0"; }
function versionIsAtLeast(actualVersion, expectedVersion)
{