Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-09-09 05:53:27 +0000
committerLars Vogel2019-09-09 07:50:36 +0000
commitdda265b7a2d95f2c1ccd512ee125631c01d65d94 (patch)
treebaa49109fc9755f2aec4ea5f42ff09517cbbda2e
parent58ef26a77cf3d58ef5256c5c9163fff3a44f15fd (diff)
downloadrt.equinox.framework-dda265b7a2d95f2c1ccd512ee125631c01d65d94.tar.gz
rt.equinox.framework-dda265b7a2d95f2c1ccd512ee125631c01d65d94.tar.xz
rt.equinox.framework-dda265b7a2d95f2c1ccd512ee125631c01d65d94.zip
Bug 550774 - Update version number in mac's Eclipse.app for 4.14I20190910-0145I20190909-1520I20190909-1425I20190909-0925
Change-Id: I89bb6ea6bce9c85b6a08fd39b828cc32d93dc70c Signed-off-by: Vikas Chandra <Vikas.Chandra@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 d408639c4..86fa6fffb 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.13 for Mac OS X, Copyright IBM Corp. and others 2002, 2019. All rights reserved.</string>
+ <string>Eclipse 4.14 for Mac OS X, Copyright IBM Corp. and others 2002, 2019. 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.13</string>
+ <string>4.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.13</string>
+ <string>4.14</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top