From 1e8a783abbf0f1d8032b9db3d5388115dcfa1161 Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Fri, 25 Mar 2011 17:21:28 +0100
Subject: [PATCH] version bump to 2.1.83

---
 qtcreator.pri                          | 2 +-
 share/qtcreator/qml/qmldump/Info.plist | 4 ++--
 src/tools/qmlpuppet/Info.plist         | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/qtcreator.pri b/qtcreator.pri
index 73f0574df92..2f51eeb4bd6 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -1,7 +1,7 @@
 !isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
 QTCREATOR_PRI_INCLUDED = 1
 
-QTCREATOR_VERSION = 2.1.81
+QTCREATOR_VERSION = 2.1.83
 
 defineReplace(cleanPath) {
     win32:1 ~= s|\\\\|/|g
diff --git a/share/qtcreator/qml/qmldump/Info.plist b/share/qtcreator/qml/qmldump/Info.plist
index 6a7b6bf3490..bf62990d113 100644
--- a/share/qtcreator/qml/qmldump/Info.plist
+++ b/share/qtcreator/qml/qmldump/Info.plist
@@ -20,9 +20,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
         <key>CFBundleIdentifier</key>
     <string>com.nokia.qtcreator.qmldump</string>
         <key>CFBundleVersion</key>
-        <string>2.1.80</string>
+        <string>2.1.83</string>
         <key>CFBundleShortVersionString</key>
-        <string>2.1.80</string>
+        <string>2.1.83</string>
     <key>LSUIElement</key>
     <string>1</string>
 </dict>
diff --git a/src/tools/qmlpuppet/Info.plist b/src/tools/qmlpuppet/Info.plist
index 9a3c9423afe..6d42d6331a6 100644
--- a/src/tools/qmlpuppet/Info.plist
+++ b/src/tools/qmlpuppet/Info.plist
@@ -20,9 +20,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
 	<key>CFBundleIdentifier</key>
     <string>com.nokia.qtcreator.qmlpuppet</string>
 	<key>CFBundleVersion</key>
-	<string>2.1.80</string>
+	<string>2.1.83</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.1.80</string>
+	<string>2.1.83</string>
     <key>LSUIElement</key>
     <string>1</string>
 </dict>
-- 
GitLab