Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2020-03-06 20:44:43 +0000
committerMat Booth2020-03-06 20:44:43 +0000
commiteb236225a46f4681365ab650fc29a7a8ae40ff8f (patch)
tree512b8bccf535b170e2dd9cccd9208799a4cebec7
parent61e249b7ee351d99baf0aad5bc0303b47b29f290 (diff)
downloadrt.equinox.framework-eb236225a46f4681365ab650fc29a7a8ae40ff8f.tar.gz
rt.equinox.framework-eb236225a46f4681365ab650fc29a7a8ae40ff8f.tar.xz
rt.equinox.framework-eb236225a46f4681365ab650fc29a7a8ae40ff8f.zip
Bug 560876 - Update version number in mac's Eclipse.app for 4.16Y20200308-0700Y20200308-0520X20200306-1900I20200307-1800I20200307-1145
Change-Id: I04367ab990b532d04f246cf63521e5d00ba363f0 Signed-off-by: Mat Booth <mat.booth@redhat.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 9f62ca75e..92f7a2d63 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.15 for Mac OS X, Copyright IBM Corp. and others 2002, 2019. All rights reserved.</string>
+ <string>Eclipse 4.16 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.15</string>
+ <string>4.16</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.15</string>
+ <string>4.16</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top