Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-03-05 12:08:21 +0000
committerSravan Kumar Lakkimsetti2021-03-05 12:08:21 +0000
commitc05dd012e0d46b97a6083b3d11bc332905339d61 (patch)
treee44e0e978081aa83466d4523f2c028bbb10ba5c0
parentf0e41c8bf2cb1a96583f862ce66b5e690dd5eb60 (diff)
downloadrt.equinox.framework-c05dd012e0d46b97a6083b3d11bc332905339d61.tar.gz
rt.equinox.framework-c05dd012e0d46b97a6083b3d11bc332905339d61.tar.xz
rt.equinox.framework-c05dd012e0d46b97a6083b3d11bc332905339d61.zip
Bug 571696 - Update version number in mac's Eclipse.app for 4.20I20210308-1030I20210308-0720I20210305-0820
Change-Id: I7f715856b5165a10e0083ea32ca53d7be70ae5f6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/arm64/Eclipse.app/Contents/Info.plist6
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist6
2 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/arm64/Eclipse.app/Contents/Info.plist b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/arm64/Eclipse.app/Contents/Info.plist
index b507d7520..9e82bca38 100644
--- a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/arm64/Eclipse.app/Contents/Info.plist
+++ b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/arm64/Eclipse.app/Contents/Info.plist
@@ -6,7 +6,7 @@
<key>CFBundleExecutable</key>
<string>eclipse</string>
<key>CFBundleGetInfoString</key>
- <string>Eclipse 4.19 for Mac OS X, Copyright IBM Corp. and others 2002, 2021. All rights reserved.</string>
+ <string>Eclipse 4.20 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.19</string>
+ <string>4.20</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.19</string>
+ <string>4.20</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
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 b507d7520..9e82bca38 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.19 for Mac OS X, Copyright IBM Corp. and others 2002, 2021. All rights reserved.</string>
+ <string>Eclipse 4.20 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.19</string>
+ <string>4.20</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.19</string>
+ <string>4.20</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top