From c91db89ef4ada8c48c912b01024f9f4f6622895b Mon Sep 17 00:00:00 2001 From: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:42:43 +0530 Subject: [PATCH] Update version number in Mac's Eclipse.app for 4.30 (#308) Tracked in https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1303 --- .../cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist | 6 +++--- .../bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist | 6 +++--- 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 9d60d475b0f..92b0028b45c 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 @@ CFBundleExecutable eclipse CFBundleGetInfoString - Eclipse 4.29 for Mac OS X, Copyright IBM Corp. and others 2002, 2023. All rights reserved. + Eclipse 4.30 for Mac OS X, Copyright IBM Corp. and others 2002, 2023. All rights reserved. CFBundleIconFile Eclipse.icns CFBundleIdentifier @@ -20,11 +20,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.29 + 4.30 CFBundleSignature ???? CFBundleVersion - 4.29 + 4.30 NSHighResolutionCapable CFBundleDevelopmentRegion 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 683f35a6de6..95c0ed4f278 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 @@ CFBundleExecutable eclipse CFBundleGetInfoString - Eclipse 4.29 for Mac OS X, Copyright IBM Corp. and others 2002, 2023. All rights reserved. + Eclipse 4.30 for Mac OS X, Copyright IBM Corp. and others 2002, 2023. All rights reserved. CFBundleIconFile Eclipse.icns CFBundleIdentifier @@ -20,11 +20,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.29 + 4.30 CFBundleSignature ???? CFBundleVersion - 4.29 + 4.30 NSHighResolutionCapable CFBundleDevelopmentRegion