diff mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings @ 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 01b93e5e53a7
children 067115a6e738
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.";