Mercurial > emacs
changeset 61336:9485e84928bd
(CFBundleShortVersionString, CFBundleGetInfoString): Fix version
number and copyright.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 06 Apr 2005 02:16:55 +0000 |
parents | de40dfe68257 |
children | 3e5d6db23314 |
files | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings Wed Apr 06 02:15:29 2005 +0000 +++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings Wed Apr 06 02:16:55 2005 +0000 @@ -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.";