diff options
| author | Chong Yidong | 2007-06-04 20:42:53 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-06-04 20:42:53 +0000 |
| commit | 6e04fc985649ab0840bf654a3a43297201b9dca5 (patch) | |
| tree | 8136115360b3dcd8b3cc90dc54f0eb3c0c005a77 /mac | |
| parent | 407876dad2cfe64b3d93bbc64f2e0e60dac4861e (diff) | |
| download | emacs-6e04fc985649ab0840bf654a3a43297201b9dca5.tar.gz emacs-6e04fc985649ab0840bf654a3a43297201b9dca5.zip | |
Bump version number to 22.1.50.
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 4 | ||||
| -rw-r--r-- | mac/src/Emacs.r | 8 |
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 9718e10da68..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 | ||
| 3 | CFBundleName = "Emacs"; | 3 | CFBundleName = "Emacs"; |
| 4 | CFBundleShortVersionString = "22.1"; | 4 | CFBundleShortVersionString = "22.1.50"; |
| 5 | CFBundleGetInfoString = "22.1, Copyright (C) 2007 Free Software Foundation, Inc."; | 5 | CFBundleGetInfoString = "22.1.50, Copyright (C) 2007 Free Software Foundation, Inc."; |
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index e35a898ae28..27d91b59ea0 100644 --- a/mac/src/Emacs.r +++ b/mac/src/Emacs.r | |||
| @@ -220,11 +220,11 @@ resource 'FREF' (129) { | |||
| 220 | resource 'vers' (1) { | 220 | resource 'vers' (1) { |
| 221 | 0x22, /* Major revision in BCD */ | 221 | 0x22, /* Major revision in BCD */ |
| 222 | 0x1, /* Minor revision in BCD */ | 222 | 0x1, /* Minor revision in BCD */ |
| 223 | final, /* development, alpha, beta, or final (release) */ | 223 | development, /* development, alpha, beta, or final (release) */ |
| 224 | 0, /* Non-final release # */ | 224 | 50, /* Non-final release # */ |
| 225 | 0, /* Region code */ | 225 | 0, /* Region code */ |
| 226 | "22.1", /* Short version number */ | 226 | "22.1.50", /* Short version number */ |
| 227 | "22.1, 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 | ||