diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-04-06 02:16:55 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-04-06 02:16:55 +0000 |
commit | e911bdeba1fffcab52f4394aa29cdd14a66300e8 (patch) | |
tree | 89fe621a1fa601d7b13bb56b38ce0462b4d4e83b /mac | |
parent | 3bc062ea3e0fae88e8010880d45cd5ced8b49f02 (diff) | |
download | emacs-e911bdeba1fffcab52f4394aa29cdd14a66300e8.tar.gz |
(CFBundleShortVersionString, CFBundleGetInfoString): Fix version
number and copyright.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 4 |
1 files changed, 2 insertions, 2 deletions
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."; |