aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources/imports
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-04-24 16:59:35 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-04-24 15:09:30 +0000
commit76b9ae31337984ab8168d8f8970d730efe123286 (patch)
tree642edadcf0467234084744a4ce838fb9c5bda095 /qbs-resources/imports
parent7c202172329bf772fae227d1f79da56177ac80a8 (diff)
Bump version to 1.5.0.
Change-Id: I6a0b087d4fd16054e64b7355abff5c11848c3eab Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'qbs-resources/imports')
-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 108259d37..ed5f03b30 100644
--- a/qbs-resources/imports/QbsFunctions/functions.js
+++ b/qbs-resources/imports/QbsFunctions/functions.js
@@ -1,4 +1,4 @@
-function qbsVersion() { return "1.4.0"; }
+function qbsVersion() { return "1.5.0"; }
function versionIsAtLeast(actualVersion, expectedVersion)
{