aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-04-24 16:57:13 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-04-24 15:09:16 +0000
commit4d4d48599c40b3021f2c6ecb4a044e16a3dd63cf (patch)
tree0d0f5fb054aaf694f8590df92eb771b379523f3a /qbs-resources
parent6a8a7f4fb25ff7259ed66de70b9b4f956dfe0e14 (diff)
Version bump to 1.4.1.
Change-Id: I3ade2895beb5a0dab87c91c82131c460feb8b817 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 108259d37..148484a89 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.4.1"; }
function versionIsAtLeast(actualVersion, expectedVersion)
{