aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorChong Yidong2007-01-23 00:47:29 +0000
committerChong Yidong2007-01-23 00:47:29 +0000
commite6e2db62bc990331dbb575a8acce2b823a9b4db1 (patch)
tree5791d15a591e571286ddf39d6f4f67088e939d5c /mac
parentcba9a3a5eecbaccff2d620a94d810059927b1515 (diff)
downloademacs-e6e2db62bc990331dbb575a8acce2b823a9b4db1.tar.gz
emacs-e6e2db62bc990331dbb575a8acce2b823a9b4db1.zip
Bump version to 22.0.93.
Diffstat (limited to 'mac')
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--mac/src/Emacs.r6
2 files changed, 5 insertions, 5 deletions
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
index 004497316d8..fec519b516e 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 @@
1/* Localized versions of Info.plist keys */ 1/* Localized versions of Info.plist keys */
2 2
3CFBundleName = "Emacs"; 3CFBundleName = "Emacs";
4CFBundleShortVersionString = "22.0.92"; 4CFBundleShortVersionString = "22.0.93";
5CFBundleGetInfoString = "22.0.92, Copyright (C) 2007 Free Software Foundation, Inc."; 5CFBundleGetInfoString = "22.0.93, Copyright (C) 2007 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 71dc959a155..a1a11abef06 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -221,10 +221,10 @@ resource 'vers' (1) {
221 0x22, /* Major revision in BCD */ 221 0x22, /* Major revision in BCD */
222 0x0, /* Minor revision in BCD */ 222 0x0, /* Minor revision in BCD */
223 alpha, /* development, alpha, beta, or final (release) */ 223 alpha, /* development, alpha, beta, or final (release) */
224 92, /* Non-final release # */ 224 93, /* Non-final release # */
225 0, /* Region code */ 225 0, /* Region code */
226 "22.0.92", /* Short version number */ 226 "22.0.93", /* Short version number */
227 "22.0.92, Copyright \0xa9 2007 " 227 "22.0.93, Copyright \0xa9 2007 "
228 "Free Software Foundation, Inc." /* Long version number */ 228 "Free Software Foundation, Inc." /* Long version number */
229}; 229};
230 230