aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorChong Yidong2007-06-02 11:09:25 +0000
committerChong Yidong2007-06-02 11:09:25 +0000
commit0d9acfe90fa6092cef3797a44558a6d9da0c1615 (patch)
tree09efb3f7a5cda1af467dd10391d56ea91eb806d7 /mac
parent7dfc4cda5df5732cc79ad4739bac13b55baae873 (diff)
downloademacs-0d9acfe90fa6092cef3797a44558a6d9da0c1615.tar.gz
emacs-0d9acfe90fa6092cef3797a44558a6d9da0c1615.zip
Increment version to 22.1.
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 231d088e802..9718e10da68 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.990"; 4CFBundleShortVersionString = "22.1";
5CFBundleGetInfoString = "22.0.990, Copyright (C) 2007 Free Software Foundation, Inc."; 5CFBundleGetInfoString = "22.1, Copyright (C) 2007 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index efdb6e757f1..e35a898ae28 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 final, /* development, alpha, beta, or final (release) */
224 990, /* Non-final release # */ 224 0, /* Non-final release # */
225 0, /* Region code */ 225 0, /* Region code */
226 "22.0.990", /* Short version number */ 226 "22.1", /* Short version number */
227 "22.0.990, Copyright \0xa9 2007 " 227 "22.1, Copyright \0xa9 2007 "
228 "Free Software Foundation, Inc." /* Long version number */ 228 "Free Software Foundation, Inc." /* Long version number */
229}; 229};
230 230