# HG changeset patch # User Chong Yidong # Date 1161964056 0 # Node ID 1c302a099242235e2f3e8a13d0badf72ad107029 # Parent 8d1244052da53f3fa5dbcc3b7e209e656c2c6e74 Bump version number to 22.0.90. diff -r 8d1244052da5 -r 1c302a099242 mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings --- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings Fri Oct 27 15:44:44 2006 +0000 +++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings Fri Oct 27 15:47:36 2006 +0000 @@ -1,5 +1,5 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Emacs"; -CFBundleShortVersionString = "22.0.50"; -CFBundleGetInfoString = "22.0.50, Copyright (C) 2006 Free Software Foundation, Inc."; +CFBundleShortVersionString = "22.0.90"; +CFBundleGetInfoString = "22.0.90, Copyright (C) 2006 Free Software Foundation, Inc."; diff -r 8d1244052da5 -r 1c302a099242 mac/src/Emacs.r --- a/mac/src/Emacs.r Fri Oct 27 15:44:44 2006 +0000 +++ b/mac/src/Emacs.r Fri Oct 27 15:47:36 2006 +0000 @@ -220,11 +220,11 @@ resource 'vers' (1) { 0x22, /* Major revision in BCD */ 0x0, /* Minor revision in BCD */ - development, /* development, alpha, beta, or final (release) */ - 50, /* Non-final release # */ + alpha, /* development, alpha, beta, or final (release) */ + 90, /* Non-final release # */ 0, /* Region code */ - "22.0.50", /* Short version number */ - "22.0.50, Copyright \0xa9 2006 " + "22.0.90", /* Short version number */ + "22.0.90, Copyright \0xa9 2006 " "Free Software Foundation, Inc." /* Long version number */ }; diff -r 8d1244052da5 -r 1c302a099242 nt/emacs.rc --- a/nt/emacs.rc Fri Oct 27 15:44:44 2006 +0000 +++ b/nt/emacs.rc Fri Oct 27 15:47:36 2006 +0000 @@ -6,8 +6,8 @@ #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 22,0,50,0 - PRODUCTVERSION 22,0,50,0 + FILEVERSION 22,0,90,0 + PRODUCTVERSION 22,0,90,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -24,12 +24,12 @@ BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" - VALUE "FileVersion", "22, 0, 50, 0\0" + VALUE "FileVersion", "22, 0, 90, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" - VALUE "ProductVersion", "22, 0, 50, 0\0" + VALUE "ProductVersion", "22, 0, 90, 0\0" VALUE "OLESelfRegister", "\0" END END