aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorChong Yidong2006-10-27 15:47:36 +0000
committerChong Yidong2006-10-27 15:47:36 +0000
commit00e4a45fc826f6bb64dfb4c1fe006fc6d2701268 (patch)
tree1febadb5d30f7aaec19d3d431c4cbd180ec94c76 /mac
parentfbd9dd55cd5dffd2a14534968135bfc2aeeb2d61 (diff)
downloademacs-00e4a45fc826f6bb64dfb4c1fe006fc6d2701268.tar.gz
emacs-00e4a45fc826f6bb64dfb4c1fe006fc6d2701268.zip
Bump version number to 22.0.90.emacs-pretest-22.0.90
Diffstat (limited to 'mac')
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--mac/src/Emacs.r8
2 files changed, 6 insertions, 6 deletions
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
index db6b39880e2..483095829c5 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.50"; 4CFBundleShortVersionString = "22.0.90";
5CFBundleGetInfoString = "22.0.50, Copyright (C) 2006 Free Software Foundation, Inc."; 5CFBundleGetInfoString = "22.0.90, Copyright (C) 2006 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 081580d101c..30f572ee207 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -220,11 +220,11 @@ resource 'FREF' (129) {
220resource 'vers' (1) { 220resource '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 development, /* development, alpha, beta, or final (release) */ 223 alpha, /* development, alpha, beta, or final (release) */
224 50, /* Non-final release # */ 224 90, /* Non-final release # */
225 0, /* Region code */ 225 0, /* Region code */
226 "22.0.50", /* Short version number */ 226 "22.0.90", /* Short version number */
227 "22.0.50, Copyright \0xa9 2006 " 227 "22.0.90, Copyright \0xa9 2006 "
228 "Free Software Foundation, Inc." /* Long version number */ 228 "Free Software Foundation, Inc." /* Long version number */
229}; 229};
230 230