aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-05-11 13:30:36 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-05-11 12:09:29 +0000
commit6d13014f35a09820003b5c7677d6a23926beedee (patch)
tree46c616fec3f3b9d85d0ebce82d554830ad5f5547 /qbs-resources
parentb062bb5b3e58a883471752bb5222e2f337ea72c4 (diff)
Version bump to 1.5.1.
Change-Id: I5a42c678d17951c7da12a88683bbd32fb2ed5f4f 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 ed5f03b30..a58b917fa 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.5.1"; }
function versionIsAtLeast(actualVersion, expectedVersion)
{