aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-04-26 03:32:48 +0000
committerGlenn Morris <[email protected]>2007-04-26 03:32:48 +0000
commit5ba76e083b381f9d669552adc87c623762a22602 (patch)
treeab65d356844cf0e5d12c0acfab55dad6fc4f5db5 /mac
parentf5430f7f5b703bd7cea76e875ed5fd1804274d37 (diff)
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 c9f8190c88..fc069b9bb4 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.98";
-CFBundleGetInfoString = "22.0.98, Copyright (C) 2007 Free Software Foundation, Inc.";
+CFBundleShortVersionString = "22.1.50";
+CFBundleGetInfoString = "22.1.50, Copyright (C) 2007 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 0a17e37916..27d91b59ea 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -219,12 +219,12 @@ resource 'FREF' (129) {
resource 'vers' (1) {
0x22, /* Major revision in BCD */
- 0x0, /* Minor revision in BCD */
- alpha, /* development, alpha, beta, or final (release) */
- 98, /* Non-final release # */
+ 0x1, /* Minor revision in BCD */
+ development, /* development, alpha, beta, or final (release) */
+ 50, /* Non-final release # */
0, /* Region code */
- "22.0.98", /* Short version number */
- "22.0.98, Copyright \0xa9 2007 "
+ "22.1.50", /* Short version number */
+ "22.1.50, Copyright \0xa9 2007 "
"Free Software Foundation, Inc." /* Long version number */
};