aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-18 17:48:50 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-18 15:59:37 +0000
commit8dc7c301ce7988dc808daf8978eda888a0ba2699 (patch)
treeaecfac97561a30481cb4396e4b2c43f80b02847f /qbs-resources
parentadeb73931197ad6b6cc42ae573bca94d7500c860 (diff)
Version bump.
Change-Id: If4e5825a4e2ae3504ab8121faa1e7a1e92980243 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
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 ed5f03b30..7ffebd147 100644
--- a/qbs-resources/imports/QbsFunctions/functions.js
+++ b/qbs-resources/imports/QbsFunctions/functions.js
@@ -1,4 +1,4 @@
-function qbsVersion() { return "1.5.0"; }
+function qbsVersion() { return "1.6.0"; }
function versionIsAtLeast(actualVersion, expectedVersion)
{