diff options
| author | Chong Yidong | 2008-01-30 21:51:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-01-30 21:51:43 +0000 |
| commit | 772964f93a1e19099aa24ac2453240d4f729ccab (patch) | |
| tree | a32728631ef0eb225aa715f854d8948723b783d6 /mac | |
| parent | b874d2a75fc3715d810b13085cadce1145a921c9 (diff) | |
| download | emacs-772964f93a1e19099aa24ac2453240d4f729ccab.tar.gz emacs-772964f93a1e19099aa24ac2453240d4f729ccab.zip | |
Bump version number to 22.1.90.
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 50ce2a05798..03caff39496 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.50"; | 4 | CFBundleShortVersionString = "22.1.90"; |
| 5 | CFBundleGetInfoString = "22.1.50, Copyright (C) 2008 Free Software Foundation, Inc."; | 5 | CFBundleGetInfoString = "22.1.90, Copyright (C) 2008 Free Software Foundation, Inc."; |
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index cbc8bd73a1e..e5275d1b301 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 | development, /* development, alpha, beta, or final (release) */ | 223 | alpha, /* development, alpha, beta, or final (release) */ |
| 224 | 50, /* Non-final release # */ | 224 | 90, /* Non-final release # */ |
| 225 | 0, /* Region code */ | 225 | 0, /* Region code */ |
| 226 | "22.1.50", /* Short version number */ | 226 | "22.1.90", /* Short version number */ |
| 227 | "22.1.50, Copyright \0xa9 2008 " | 227 | "22.1.90, Copyright \0xa9 2008 " |
| 228 | "Free Software Foundation, Inc." /* Long version number */ | 228 | "Free Software Foundation, Inc." /* Long version number */ |
| 229 | }; | 229 | }; |
| 230 | 230 | ||