aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorGlenn Morris2007-04-26 03:32:48 +0000
committerGlenn Morris2007-04-26 03:32:48 +0000
commit5ba76e083b381f9d669552adc87c623762a22602 (patch)
treeab65d356844cf0e5d12c0acfab55dad6fc4f5db5 /mac
parentf5430f7f5b703bd7cea76e875ed5fd1804274d37 (diff)
downloademacs-5ba76e083b381f9d669552adc87c623762a22602.tar.gz
emacs-5ba76e083b381f9d669552adc87c623762a22602.zip
Increase version to 22.1.50.
Diffstat (limited to 'mac')
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--mac/src/Emacs.r10
2 files changed, 7 insertions, 7 deletions
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
index c9f8190c883..fc069b9bb47 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.98"; 4CFBundleShortVersionString = "22.1.50";
5CFBundleGetInfoString = "22.0.98, Copyright (C) 2007 Free Software Foundation, Inc."; 5CFBundleGetInfoString = "22.1.50, Copyright (C) 2007 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 0a17e379168..27d91b59ea0 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -219,12 +219,12 @@ resource 'FREF' (129) {
219 219
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 0x1, /* Minor revision in BCD */
223 alpha, /* development, alpha, beta, or final (release) */ 223 development, /* development, alpha, beta, or final (release) */
224 98, /* Non-final release # */ 224 50, /* Non-final release # */
225 0, /* Region code */ 225 0, /* Region code */
226 "22.0.98", /* Short version number */ 226 "22.1.50", /* Short version number */
227 "22.0.98, Copyright \0xa9 2007 " 227 "22.1.50, Copyright \0xa9 2007 "
228 "Free Software Foundation, Inc." /* Long version number */ 228 "Free Software Foundation, Inc." /* Long version number */
229}; 229};
230 230