diff options
| author | Chong Yidong | 2007-02-23 17:37:28 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-02-23 17:37:28 +0000 |
| commit | 38008dcd924d42aeac69d0fa27034b80bc6687fe (patch) | |
| tree | 48b1549319bacd4a0c330115eca86065e07a3cbd /mac | |
| parent | fc858181de5a588dfcdde19c1158ee8bdc2a2eb7 (diff) | |
| download | emacs-38008dcd924d42aeac69d0fa27034b80bc6687fe.tar.gz emacs-38008dcd924d42aeac69d0fa27034b80bc6687fe.zip | |
Bump to version 22.0.94.emacs-pretest-22.0.94
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 4 | ||||
| -rw-r--r-- | mac/src/Emacs.r | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings index fec519b516e..fd6d57b84b5 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 | ||
| 3 | CFBundleName = "Emacs"; | 3 | CFBundleName = "Emacs"; |
| 4 | CFBundleShortVersionString = "22.0.93"; | 4 | CFBundleShortVersionString = "22.0.94"; |
| 5 | CFBundleGetInfoString = "22.0.93, Copyright (C) 2007 Free Software Foundation, Inc."; | 5 | CFBundleGetInfoString = "22.0.94, Copyright (C) 2007 Free Software Foundation, Inc."; |
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index a1a11abef06..abda6f631c7 100644 --- a/mac/src/Emacs.r +++ b/mac/src/Emacs.r | |||
| @@ -221,10 +221,10 @@ resource '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 | alpha, /* development, alpha, beta, or final (release) */ | 223 | alpha, /* development, alpha, beta, or final (release) */ |
| 224 | 93, /* Non-final release # */ | 224 | 94, /* Non-final release # */ |
| 225 | 0, /* Region code */ | 225 | 0, /* Region code */ |
| 226 | "22.0.93", /* Short version number */ | 226 | "22.0.94", /* Short version number */ |
| 227 | "22.0.93, Copyright \0xa9 2007 " | 227 | "22.0.94, Copyright \0xa9 2007 " |
| 228 | "Free Software Foundation, Inc." /* Long version number */ | 228 | "Free Software Foundation, Inc." /* Long version number */ |
| 229 | }; | 229 | }; |
| 230 | 230 | ||