summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-04-06 02:16:55 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-04-06 02:16:55 +0000
commit2995b8e7c835591d2c52479404c340801e1ed2a8 (patch)
treebd09c6f35d8cd892e38cf6d7d321775ec5ff249c /mac
parent4ec205cf82950fa6f6256f3496fe57166bf7ec43 (diff)
downloademacs-2995b8e7c835591d2c52479404c340801e1ed2a8.tar.gz
(CFBundleShortVersionString, CFBundleGetInfoString): Fix version
number and copyright.
Diffstat (limited to 'mac')
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings4
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.";