Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-12-01 16:30:59 +0000
committerSravan Kumar Lakkimsetti2020-12-01 16:30:59 +0000
commite27d6631aebc2edd0d0910f4f65b6ceefa60c1ac (patch)
tree92d64180c67abe2ce5498a2a311a8e8faec48fd9
parent11fa29c9a6e86962b9414dca448b87f929228653 (diff)
downloadrt.equinox.framework-e27d6631aebc2edd0d0910f4f65b6ceefa60c1ac.tar.gz
rt.equinox.framework-e27d6631aebc2edd0d0910f4f65b6ceefa60c1ac.tar.xz
rt.equinox.framework-e27d6631aebc2edd0d0910f4f65b6ceefa60c1ac.zip
Bug 569322 - Update version number in mac's Eclipse.app for 4.19
Change-Id: I52c52e899370d5b82423bfcc90df0e74d06d1571 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
index 5495aae8e..b507d7520 100644
--- a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
+++ b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
@@ -6,7 +6,7 @@
<key>CFBundleExecutable</key>
<string>eclipse</string>
<key>CFBundleGetInfoString</key>
- <string>Eclipse 4.18 for Mac OS X, Copyright IBM Corp. and others 2002, 2020. All rights reserved.</string>
+ <string>Eclipse 4.19 for Mac OS X, Copyright IBM Corp. and others 2002, 2021. All rights reserved.</string>
<key>CFBundleIconFile</key>
<string>Eclipse.icns</string>
<key>CFBundleIdentifier</key>
@@ -18,11 +18,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>4.18</string>
+ <string>4.19</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.18</string>
+ <string>4.19</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top