From: YAMAMOTO Mitsuharu Date: Wed, 6 Apr 2005 02:16:55 +0000 (+0000) Subject: (CFBundleShortVersionString, CFBundleGetInfoString): Fix version X-Git-Tag: ttn-vms-21-2-B4~1184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e911bdeba1fffcab52f4394aa29cdd14a66300e8;p=emacs.git (CFBundleShortVersionString, CFBundleGetInfoString): Fix version number and copyright. --- diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings index b111726765b..8aa3d82c261 100644 --- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings +++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings @@ -1,5 +1,5 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Emacs"; -CFBundleShortVersionString = "Emacs version 21"; -CFBundleGetInfoString = "Emacs version 21, Copyright 2002 FSF."; +CFBundleShortVersionString = "22.0.50"; +CFBundleGetInfoString = "22.0.50, Copyright (C) 2005 Free Software Foundation, Inc.";