diff options
| author | Chong Yidong | 2006-10-27 15:47:36 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-10-27 15:47:36 +0000 |
| commit | 00e4a45fc826f6bb64dfb4c1fe006fc6d2701268 (patch) | |
| tree | 1febadb5d30f7aaec19d3d431c4cbd180ec94c76 | |
| parent | fbd9dd55cd5dffd2a14534968135bfc2aeeb2d61 (diff) | |
| download | emacs-00e4a45fc826f6bb64dfb4c1fe006fc6d2701268.tar.gz emacs-00e4a45fc826f6bb64dfb4c1fe006fc6d2701268.zip | |
Bump version number to 22.0.90.emacs-pretest-22.0.90
| -rw-r--r-- | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 4 | ||||
| -rw-r--r-- | mac/src/Emacs.r | 8 | ||||
| -rw-r--r-- | nt/emacs.rc | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings index db6b39880e2..483095829c5 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.50"; | 4 | CFBundleShortVersionString = "22.0.90"; |
| 5 | CFBundleGetInfoString = "22.0.50, Copyright (C) 2006 Free Software Foundation, Inc."; | 5 | CFBundleGetInfoString = "22.0.90, Copyright (C) 2006 Free Software Foundation, Inc."; |
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index 081580d101c..30f572ee207 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 | 0x0, /* Minor revision in BCD */ | 222 | 0x0, /* 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.0.50", /* Short version number */ | 226 | "22.0.90", /* Short version number */ |
| 227 | "22.0.50, Copyright \0xa9 2006 " | 227 | "22.0.90, Copyright \0xa9 2006 " |
| 228 | "Free Software Foundation, Inc." /* Long version number */ | 228 | "Free Software Foundation, Inc." /* Long version number */ |
| 229 | }; | 229 | }; |
| 230 | 230 | ||
diff --git a/nt/emacs.rc b/nt/emacs.rc index 486b1eecf23..27e9ed201ed 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico | |||
| 6 | #endif | 6 | #endif |
| 7 | 7 | ||
| 8 | VS_VERSION_INFO VERSIONINFO | 8 | VS_VERSION_INFO VERSIONINFO |
| 9 | FILEVERSION 22,0,50,0 | 9 | FILEVERSION 22,0,90,0 |
| 10 | PRODUCTVERSION 22,0,50,0 | 10 | PRODUCTVERSION 22,0,90,0 |
| 11 | FILEFLAGSMASK 0x3FL | 11 | FILEFLAGSMASK 0x3FL |
| 12 | #ifdef EMACSDEBUG | 12 | #ifdef EMACSDEBUG |
| 13 | FILEFLAGS 0x1L | 13 | FILEFLAGS 0x1L |
| @@ -24,12 +24,12 @@ BEGIN | |||
| 24 | BEGIN | 24 | BEGIN |
| 25 | VALUE "CompanyName", "Free Software Foundation\0" | 25 | VALUE "CompanyName", "Free Software Foundation\0" |
| 26 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" | 26 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" |
| 27 | VALUE "FileVersion", "22, 0, 50, 0\0" | 27 | VALUE "FileVersion", "22, 0, 90, 0\0" |
| 28 | VALUE "InternalName", "Emacs\0" | 28 | VALUE "InternalName", "Emacs\0" |
| 29 | VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\0" | 29 | VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\0" |
| 30 | VALUE "OriginalFilename", "emacs.exe" | 30 | VALUE "OriginalFilename", "emacs.exe" |
| 31 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" | 31 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" |
| 32 | VALUE "ProductVersion", "22, 0, 50, 0\0" | 32 | VALUE "ProductVersion", "22, 0, 90, 0\0" |
| 33 | VALUE "OLESelfRegister", "\0" | 33 | VALUE "OLESelfRegister", "\0" |
| 34 | END | 34 | END |
| 35 | END | 35 | END |