Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-09-03 10:08:57 +0000
committerSravan Kumar Lakkimsetti2020-09-03 14:42:44 +0000
commit07d8305f4eae224f1e8a2777c7837f5f6ee6ce11 (patch)
tree5887f5ed0bf3d9f270ce57b413f8b69afa3c3b84
parent6b09a069207e2854c5f7e3c2175716521f68d5e4 (diff)
downloadrt.equinox.framework-07d8305f4eae224f1e8a2777c7837f5f6ee6ce11.tar.gz
rt.equinox.framework-07d8305f4eae224f1e8a2777c7837f5f6ee6ce11.tar.xz
rt.equinox.framework-07d8305f4eae224f1e8a2777c7837f5f6ee6ce11.zip
Bug 566361 - Update version number in mac's Eclipse.app for 4.18I20200904-0540I20200904-0210
Change-Id: I7d0c50a092ba5a9ef0d626a9ff1093c22408a337 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 109368943..5495aae8e 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.17 for Mac OS X, Copyright IBM Corp. and others 2002, 2020. All rights reserved.</string>
+ <string>Eclipse 4.18 for Mac OS X, Copyright IBM Corp. and others 2002, 2020. 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.17</string>
+ <string>4.18</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.17</string>
+ <string>4.18</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top