aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorChong Yidong2007-02-23 17:37:28 +0000
committerChong Yidong2007-02-23 17:37:28 +0000
commit38008dcd924d42aeac69d0fa27034b80bc6687fe (patch)
tree48b1549319bacd4a0c330115eca86065e07a3cbd /mac
parentfc858181de5a588dfcdde19c1158ee8bdc2a2eb7 (diff)
downloademacs-38008dcd924d42aeac69d0fa27034b80bc6687fe.tar.gz
emacs-38008dcd924d42aeac69d0fa27034b80bc6687fe.zip
Bump to version 22.0.94.emacs-pretest-22.0.94
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 fec519b516e..fd6d57b84b5 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.93"; 4CFBundleShortVersionString = "22.0.94";
5CFBundleGetInfoString = "22.0.93, Copyright (C) 2007 Free Software Foundation, Inc."; 5CFBundleGetInfoString = "22.0.94, Copyright (C) 2007 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index a1a11abef06..abda6f631c7 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 93, /* Non-final release # */ 224 94, /* Non-final release # */
225 0, /* Region code */ 225 0, /* Region code */
226 "22.0.93", /* Short version number */ 226 "22.0.94", /* Short version number */
227 "22.0.93, Copyright \0xa9 2007 " 227 "22.0.94, Copyright \0xa9 2007 "
228 "Free Software Foundation, Inc." /* Long version number */ 228 "Free Software Foundation, Inc." /* Long version number */
229}; 229};
230 230