aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-06-08 17:21:22 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-06-09 08:15:05 +0000
commit75c4828dbd35fe31cbc588476ef0d9569ce80a11 (patch)
tree666ffc5dfc3597c064268cada24c76242989775d /qbs-resources
parenta98416dcf9895ad6f840a0e35da10a667a8a20ae (diff)
Bump version to 1.5.2.
Change-Id: I93af50141a6180fb6663f5ee5d1463f57a56bd9e 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 a58b917fa..f7759d0b5 100644
--- a/qbs-resources/imports/QbsFunctions/functions.js
+++ b/qbs-resources/imports/QbsFunctions/functions.js
@@ -1,4 +1,4 @@
-function qbsVersion() { return "1.5.1"; }
+function qbsVersion() { return "1.5.2"; }
function versionIsAtLeast(actualVersion, expectedVersion)
{