summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2019-01-24 07:34:58 +0200
committerTomi Korpipää <tomi.korpipaa@qt.io>2019-01-24 09:25:49 +0000
commit44eb9e88df4ac53fd3016525e44b1d1cce405c46 (patch)
treecaef10a94d87eb9c81fbfdf70320e028bb35ebd7
parent395502155f084b9937b12b5dec4e6f2d16da1e3e (diff)
Fix and bump version in Info.plist
Task-number: QT3DS-2869 Change-Id: I5bb4eb5b9b50081505c850914e64b232c27148da Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--src/Authoring/Studio/Info.plist6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Authoring/Studio/Info.plist b/src/Authoring/Studio/Info.plist
index 6d81aee3..22709e99 100644
--- a/src/Authoring/Studio/Info.plist
+++ b/src/Authoring/Studio/Info.plist
@@ -54,7 +54,7 @@
</dict>
</array>
<key>NSHumanReadableCopyright</key>
- <string>(C) 2018 The Qt Company Ltd</string>
+ <string>(C) 2019 The Qt Company Ltd</string>
<key>CFBundleExecutable</key>
<string>Qt3DStudio</string>
<key>CFBundleIconFile</key>
@@ -62,7 +62,9 @@
<key>CFBundleIdentifier</key>
<string>org.qt-project.qt3dstudio</string>
<key>CFBundleVersion</key>
- <string>2.0</string>
+ <string>2.3.0</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.3</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>