From 94a205acf02125859266059023203b79ffdeafe3 Mon Sep 17 00:00:00 2001
From: Chong Yidong <cyd@stupidchicken.com>
Date: Sat, 18 Nov 2006 21:45:26 +0000
Subject: Bump version to 22.0.91

---
 mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 4 ++--
 mac/src/Emacs.r                                                  | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

(limited to 'mac')

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 */
 };
 
-- 
cgit v1.2.1