Increase version to 23.0.50.

This commit is contained in:
Glenn Morris 2007-08-29 08:11:35 +00:00
parent 835ea6b33e
commit e93ca07663
3 changed files with 10 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
CFBundleShortVersionString = "22.1.50";
CFBundleGetInfoString = "22.1.50, Copyright (C) 2007 Free Software Foundation, Inc.";
CFBundleShortVersionString = "23.0.50";
CFBundleGetInfoString = "23.0.50, Copyright (C) 2007 Free Software Foundation, Inc.";

View file

@ -1,3 +1,7 @@
2007-08-29 Glenn Morris <rgm@gnu.org>
* emacs.rc: Increase version to 23.0.50.
2007-08-14 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
* makefile.w32-in (bootstrap-nmake): Change directories once more.

View file

@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 22,1,50,0
PRODUCTVERSION 22,1,50,0
FILEVERSION 23,0,50,0
PRODUCTVERSION 23,0,50,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
@ -25,12 +25,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
VALUE "FileVersion", "22, 1, 50, 0\0"
VALUE "FileVersion", "23, 0, 50, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
VALUE "ProductVersion", "22, 1, 50, 0\0"
VALUE "ProductVersion", "23, 0, 50, 0\0"
VALUE "OLESelfRegister", "\0"
END
END