summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-11-18 21:45:26 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-11-18 21:45:26 +0000
commit94a205acf02125859266059023203b79ffdeafe3 (patch)
tree2d5c278bfb655f022db3e5325cde27183f2d3739 /mac
parent652e399ffc8256d17e6d866e1c0f0a4789e8c3bc (diff)
downloademacs-94a205acf02125859266059023203b79ffdeafe3.tar.gz
Bump version to 22.0.91
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 483095829c5..d297cfb34ef 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 = "22.0.90";
-CFBundleGetInfoString = "22.0.90, Copyright (C) 2006 Free Software Foundation, Inc.";
+CFBundleShortVersionString = "22.0.91";
+CFBundleGetInfoString = "22.0.91, Copyright (C) 2006 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 30f572ee207..73be8488f6b 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -221,10 +221,10 @@ resource 'vers' (1) {
0x22, /* Major revision in BCD */
0x0, /* Minor revision in BCD */
alpha, /* development, alpha, beta, or final (release) */
- 90, /* Non-final release # */
+ 91, /* Non-final release # */
0, /* Region code */
- "22.0.90", /* Short version number */
- "22.0.90, Copyright \0xa9 2006 "
+ "22.0.91", /* Short version number */
+ "22.0.91, Copyright \0xa9 2006 "
"Free Software Foundation, Inc." /* Long version number */
};