aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources/imports
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-01 15:52:49 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-15 14:25:16 +0000
commita24083f3d6e3236c2fdb1b71b7bb0de593e66bf0 (patch)
tree8d1889873feb02ac763760263ead250a6166e492 /qbs-resources/imports
parentd69b32061f2cc97892ba1a2f7d851e21f0787a8d (diff)
Version bump to 1.4.2.
Change-Id: I865b23f2fa70131a89817d0476bcb43fa18fb726 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 148484a89..fc90fa157 100644
--- a/qbs-resources/imports/QbsFunctions/functions.js
+++ b/qbs-resources/imports/QbsFunctions/functions.js
@@ -1,4 +1,4 @@
-function qbsVersion() { return "1.4.1"; }
+function qbsVersion() { return "1.4.2"; }
function versionIsAtLeast(actualVersion, expectedVersion)
{