Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-11-25 15:26:55 +0000
committerSravan Kumar Lakkimsetti2021-11-26 07:13:06 +0000
commitda1c480170040722b024ab8c467cfa36987d3080 (patch)
tree7119515004c1b319d0c343b92e33e170c4a9a9b3
parentad53ee1e50114be7468da4f6c73780ac8dcc85bd (diff)
downloadrt.equinox.framework-da1c480170040722b024ab8c467cfa36987d3080.tar.gz
rt.equinox.framework-da1c480170040722b024ab8c467cfa36987d3080.tar.xz
rt.equinox.framework-da1c480170040722b024ab8c467cfa36987d3080.zip
Bug 577446 - Update version number in mac's Eclipse.app for 4.23I20211126-0230
Change-Id: I1fe6f7ff2c0add3d6c8b3e09b588df7f13d8599e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/188145
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/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/aarch64/Eclipse.app/Contents/Info.plist b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
index fdc8ea04f..e1b8b1808 100644
--- a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
+++ b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
@@ -8,7 +8,7 @@
<key>CFBundleExecutable</key>
<string>eclipse</string>
<key>CFBundleGetInfoString</key>
- <string>Eclipse 4.22 for Mac OS X, Copyright IBM Corp. and others 2002, 2021. All rights reserved.</string>
+ <string>Eclipse 4.23 for Mac OS X, Copyright IBM Corp. and others 2002, 2022. All rights reserved.</string>
<key>CFBundleIconFile</key>
<string>Eclipse.icns</string>
<key>CFBundleIdentifier</key>
@@ -20,11 +20,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>4.22</string>
+ <string>4.23</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.22</string>
+ <string>4.23</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 1be71a73b..9b9548ea4 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
@@ -8,7 +8,7 @@
<key>CFBundleExecutable</key>
<string>eclipse</string>
<key>CFBundleGetInfoString</key>
- <string>Eclipse 4.22 for Mac OS X, Copyright IBM Corp. and others 2002, 2021. All rights reserved.</string>
+ <string>Eclipse 4.23 for Mac OS X, Copyright IBM Corp. and others 2002, 2022. All rights reserved.</string>
<key>CFBundleIconFile</key>
<string>Eclipse.icns</string>
<key>CFBundleIdentifier</key>
@@ -20,11 +20,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>4.22</string>
+ <string>4.23</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.22</string>
+ <string>4.23</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top