(CFBundleShortVersionString, CFBundleGetInfoString): Fix version
number and copyright.
This commit is contained in:
parent
3bc062ea3e
commit
e911bdeba1
1 changed files with 2 additions and 2 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Reference in a new issue